About > AllExperts  
Search for
  Main Menu Ask a Question Browse Past Answers Meet Top Experts Be an Expert Login (Experts Only)
About Us  ·  FAQ  ·  Tell Friends About Us  ·  Link To Us  ·  Free Encyclopedia  ·  Disclaimer  ·  Tech Support   
  You are here:  AllExperts > Computing/Technology > Focus on Java

Category:  Java Sort By:  
NameExpertise  Status
Artemus Harper  
U.S.
View Profile
I have a BS in computer science and am working towards a Masters degree.Available
Ask A Question
View Past Answers
Brian Ngure  
View Profile
Strong in Java. Will be able to answer both in areas of designing and coding. Some knowledge in servletsAvailable
Ask A Question
View Past Answers
Neal Ziring  
View Profile
Almost anything about the core Java platform, with an emphasis on networking. Not familiar with JDBC or the new Java graphics APIs. [Sun Certified Java Programmer, JDK 1.1]On Vacation
returns 09/16/2008
View Past Answers
 
VOLUNTEER TO BE AN EXPERT IN THIS CATEGORY

Recent Answers
2008-09-05  jdbc:   Hi, You need to do something like this: try { stmt = conn.prepareStatement("INSERT INTO table(DateField) VALUES(?)"); try { stmt.setTimestamp(1, new Timestamp(new Date().getTime()))...
2008-09-04  creating an object from Class variable:   Hi, Remember that you need to use the fully qualified name of the desired class in forName() e.g. forName(java.lang.Thread) You don't need to initialize the class Person this way. You could just...
2008-09-04  creating an object from Class variable:   You can use (if you are linking with the person class): Person person = (Person) personclass.newInstance(); But, why use reflection unless you have to. Why not just use the constructor: Person...
2008-08-28  java:   Hi, To make a JAR file executable, you need to specify the main class of the application in the MANIFEST.MF file. e.g. Manifest-Version: 1.0 Ant-Version: Apache Ant 1.6.5 Created-By: 1.6.0_01-b06...
2008-08-26  Double value Handling in java:   Hi, You need to use the NumberFormat and DecimalFormat classes to format the number the way you want. e.g import java.text.DecimalFormat; import java.text.NumberFormat; public class DecimalFormatExample...
More Answers for "Java"


Advertise on This Site | User Agreement | Privacy Policy | Kids' Privacy Policy
Copyright  © 2008 All rights reserved. AllExperts is a property of About, Inc.
The About logo, About and About.com are registered trademarks of About, Inc.