answersLogoWhite

0

J2SE is Java 2 Standard Edition. The current version is 1.6 update 21. (See links below)

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What kind of java do a apple iMac take?

Apple iMacs use regular Java the same as everybody else. Mac OS X 10.5 (Leopard) comes with J2SE 5.0 preinstalled. This can be updated to Java SE 6 (version 1.6.0_07,) and J2SE 5.0 to version 1.5.0_16. Only Macs with Intel processors can support the latest 64 Bit Java updates. Software update (found in the Apple menu top left corner) will inform you of all available updates.


What is J2Se runtime?

The J2SE Runtime Environment is a platform that enables quick development and execution of Java applications. It was developed by Sun Microsystems.


What does J2SE mean when talking about computers?

J2SE means Java 2 Platform Standard Edition when you are referring to computers and the hardware that is found on the computer. It is needed for everyday computer use.


Where you can download J2SE 1.3 I have downloaded from the site of Sun but not working. What could be the problem where I can download the same?

The Sun download of the J2SE 1.3 may not be compatible with the electronic device in which you are downloading it too. There are plenty of available sources for this download.


Is j2ee servlet development kit useful for developing servlets in j2se?

J2SE stands for Java 2 Standard Edition and I dont think Servlets are a part of it. Servlets are only part of the Java 2 Enterprise Edition.


Is there any difference between java and j2SE?

Core Java and J2SE are the same thing, which is the set of classes to be found in the rt.jar package. The classes were just given different names at different stages of the continued revisions to the Java Runtime Environment.


Download JRE 1.5.0 09 for Vista?

You can download the Sun Java JRE Version 1.5.0_09 Here: http://java.sun.com/products/archive/j2se/5.0_09/index.html


What are some J2SE APIs?

The Java web site (java.sun.com) has the APIs. See the related link.


J2me apis and j2se apis?

You can find the Java APIs at Sun's website. See related links.


What is j2ee j2se j2me?

J2EE = enterprise edition jdk. J2SE = standard edition jdk. J2ME = mobile edition jdk. standard jdk gets used for platform development, enterprise jdk for enterprise development and mobile jdk gets used for mobile development.


What are the parts of java programming language?

There are three Parts of Java. 1) J2SE 2) J2EE 3) J2ME


When an applet become an applet?

Any Java class that extends java.applet.Applet is an applet. http://java.sun.com/j2se/1.5.0/docs/api/java/applet/Applet.html