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


Please Help Members By Posting Answers For Below Questions

Can we have a method name same as class name in java?

583


What is the super void?

461


What happens if we don’t override run method ?

571


Explain the reason behind ending a program with a system.exit(0)?

600


How do you replace all in word?

533






What is string intern in java?

554


what is encapsulation in java? Explain

665


What is javac_g?

592


Can we call the constructor of a class more than once for an object?

633


Which are different kinds of source code?

662


which class is the wait() method defined in? : Java thread

524


Add a value x to array from index l to r where 0 <= l <= r <= n-1

633


What are the types of web technologies?

530


What are different types of states exist for a thread?

552


Give an example of use of pointers in java class.

563