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


Please Help Members By Posting Answers For Below Questions

What are the supported platforms by java programming language?

558


Can a function return a function?

546


How does a for loop work?

500


What is the default size of set in java?

496


what is singleton class in java?

617






Do I need java on my pc?

506


Why charat is used in java?

534


What is difference between variable declaration and definition?

507


What does isempty () do in java?

594


How do you clear an arraylist in java?

490


When can you say a graph to be a tree?

635


What is the main difference between java platform and other platforms?

499


What are classloaders?

596


What are new features introduced with java 8 ?

548


What is JDBC Driver interface?How can you retrieve data from the ResultSet

1504