Differences between jdk 1.4 and 1.5
Answer Posted / monu jatav
In jdk 1.4 public static void main(string a[])
but we can use in jdk 1.5
public static void main(string ... a)
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How many types of the indexof method are there for strings?
What is proper subset?
What are inbuilt functions in java?
What is java lang string?
What is the use of generics? When was it added to the Java development Kit?
What are the advantages of autoboxing?
How do you convert an int to a string in java?
What are triggers in DB? Explain their types. How do they work?
what methods would you overwrite in java.lang.object class?
how does multithreading take place on a computer with a single cpu? : Java thread
How can I right-justify a string?
Is it possible to override the main method?
Why are constructors used?
What is indexof in java?
What is 16 bits called?