Results 1 to 2 of 2
Thread: Full Forms of Java Tech
- 10-18-2007, 07:51 AM #1
Member
- Join Date
- Aug 2007
- Posts
- 40
- Rep Power
- 0
Full Forms of Java Tech
I am very confused with following full form (related to java):
SDK: "System devlopment kit" OR "Sun Development kit".
J2SE: "Java 2 Standard Edition" OR "Java 2 Special Edition".
J2ME: "Java 2 Micro Edition" OR "Java 2 Mobile Edition"
Actuallly, I need all full forms related to JAVA Technology. Please provide me the link for all these full forms.
- 10-18-2007, 09:59 AM #2
Forget about SDK, it is not related to Java, just a general term which might confuse you.
There are 3 Java distributions: Java SE (J2SE), Java ME (J2ME) and Java EE (J2EE). Java EE is for enterprise applications. If you develop web applications or server side applications (which will run on applications servers) like an application for a bank which will server millions of users every day, then J2EE is for you.
Java ME is for low power devices like Palm or mobile phones. They need to have simpler APIs with low cpu requirements. This is why we also have Java ME.
And Java SE is the core. This is what Java when it is first released! Later when new areas (enterprise and mobile applications) emerged, to have Java SE in a reasonable size, Java engineers separated those two parts from Java SE. Client side applications like Swing or console applications are developed with this **SDK**. So if you are new to Java and want to learn Java, you will start with Java SE.
All you need is to go to Java Technology and download the SDK (Java SE, ME or EE) you need. And don't forget to download documentation from the same web page. Java SE documentation is very useful for a newbie.
Similar Threads
-
Hi Java Tech Friends !!!!!
By Sasanka Sekhar Kar in forum IntroductionsReplies: 0Last Post: 11-16-2007, 01:16 PM -
Creating Sub forms in java netbeans 5.0
By java_newbie in forum NetBeansReplies: 14Last Post: 08-06-2007, 07:19 PM -
how to set full screen dimensions
By valery in forum New To JavaReplies: 1Last Post: 08-03-2007, 06:08 PM -
Full screen
By Jack in forum Advanced JavaReplies: 2Last Post: 07-02-2007, 05:49 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks