why we are calling j2se why not j1se or j3se or j4se..etc is
there any reason.. can u please explain it... i shocked in
my interview when they asked this question please explain ans
Answer Posted / anand patel
The answer is in the word itself. j2se stands for java 2
standard edition. the categorization of java as java for
micro edition (j2me), java for standard applications (j2se)
and java for enterprise applications(j2ee) was done with the
release of java 2. there are major changes in java from 1.1
to 1.2 and to indicate this they started to call java as
java 2 platform, standard edition and this continued until
1.6 but now it was removed in 1.6. specifically this "2"
indicates the major changes in the language which happened
in 1.2 version and the changes in other versions are just
enhancements but not new introductions.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What does this () mean in constructor chaining concept?
Why set is used in java?
What is finalize() function in java?
In which language java is written?
Can a main method be overloaded?
How to check if linked list contains loop in java?
What is instance means in java?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What is methodological framework?
What is the difference between a synchronized method and a synchronized block?
What is string [] java?
How do you compare values in java?
What is the difference between equals() and == in java?
What are the super most classes for all the streams?
Difference between current previous versions of Java?