|
J2SE Interview Questions & Answers
Below we have listed all the J2SE Interview Questions and answers. Feel free to comment on any J2SE Interview Questions or answer by the comment feature available on the page.
To buy an eBook containing 30,000 Interview Questions, with Answers, Click Here.
View All J2SE Interview Questions & Answers - Exam Mode /
Learning Mode
|
Java SE (formerly J2SE) is the basic Java environment. In Java SE, you make all the "standards" programs with Java, using the API described here. You only need a JVM to use Java SE. Java EE (formerly J2EE) is the enterprise edition of Java.
Java SE was known as Java 2 Platform, Standard Edition or J2SE from version 1.2 until version 1.5. The "SE" is used to distinguish the base platform from the Enterprise Edition (Java EE) and Micro Edition (Java ME) platforms.
J2SE stands for Java 2 standard edition and is normally used for developing desktop applications. It usually contains core part of Java with GUI(AWT and swings).
|
|