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 ellipsis in java?
Explain about interrupt() method of thread class ?
Explain about the main() method in java?
What are different type of exceptions in java?
what is meant by encapsulation?
What occurs when an object is constructed?
What is backdrop?
Can we have multiple classes in a single file?
Can you declare the main method as final?
Why put method is idempotent?
What is unicode with example?
What is use of static method?
What is the difference between interface & abstract class?
Can a class be defined inside an interface?
What is generic class?