what are the major differences between jdk1.4 and jdk1.5?
Answers were Sorted based on User's Feedback
Answer / akansha
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 ? | 41 Yes | 2 No |
Answer / 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 |
what's diff between struts 1.1 & 1.2
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
Can a class have 2 constructors?
how can be object class inherited to all class in a program when java does not support multiple inheritance??
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
What do you mean by boolean?
What is communist flag?
posted in online test
What is the difference between stored procedure & function?
What is callable java?
What is meant by wrapper classes?
What are command line arguments?