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
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
I want to persist data of objects for later use. What’s the best approach to do so?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
What is the point of java?
What is final keyword in java? Give an example.
What is difference between char array and string?
How do you remove all elements from an arraylist in java?
What is charat ()?
What are the advantages and disadvantages of reference counting in garbage collection?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
What is the implementation of destroy method in java. Is it native or java code?
What is mean by encoding?
What is constructor chaining in java?
What is the use of java?
Tell me how many ways are there to initialise an integer with a constant.