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
What is polymorphism and what are the types of it?
What is jdbc api?
List implementations of list interface?
Why is singleton class used?
placement papaers of spring computing technology
What is the use of conditional statement?
What is the difference between keyword and identifier?
Tell me the latest versions in java related areas?
can java object be locked down for exclusive use by a given thread? : Java thread
What is the use of string and stringbuffer?
What is the syntax and characteristics of a lambda expression?
What is a class instance variable?
What causes memory leaks in java?
Explain about the security aspect of java?
What is the default access specifier for variables and methods of a class?