what are the major differences between jdk1.4 and jdk1.5?
Answer Posted / lashmandeep singh 8054411133 c
in jdk1.5 use operater overloading but in jdk1.4 not use this
| Is This Answer Correct ? | 9 Yes | 8 No |
Post New Answer View All Answers
Difference between == and .equals() ?
What are dot operator queries?
How do you generate random numbers in java?
Can set contain duplicates?
What are the object and class classes used for?
What is the most important feature of java? What is an interface?
List two java ide’s?
Can a class be private in java?
What are encapsulation, inheritance and polymorphism?
java Technical questions asked by JPMC
What is generics in java interview questions?
How is it possible for two string objects with identical values not to be equal under the == operator?
How do you make a thread in java?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
What is computer compiler?