Differences between jdk 1.4 and 1.5
Answer Posted / bantupallinarayanarao
(1). the major enhancement for JDK 1.5 version
Language Features
1. Generics
2. Enhanced for loop
3. Autoboxing/Unboxing
4.Type Safe Enums
5. Varargs
6. Static import
7. Annotations
| Is This Answer Correct ? | 36 Yes | 2 No |
Post New Answer View All Answers
What is the difference between I ++ and ++ I in java?
What are constants and how to create constants in java?
Explain the scope of a variable.
How to optimize the javac output?
When is finally block not called?
What is visibility mode?
What is Applet Stub Interface ?
What is unicode in java?
What is compareto?
What is the difference between compare and compareto in java?
We are seeing so many videos/audios as many web sited. But question is these videos or audios are stored in Databases ( Oracle, Mysql, Sybase,... ) or stored any file directory from there they will give the link for that? Pls explain and give sample code to achieve this one? Thanks, Seenu.
How is abstraction implemented in java ?
Explain the difference between an object-oriented programming language and object-based programming language?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
Is null an object in java?