Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-18-2007, 08:51 AM
Member
 
Join Date: Aug 2007
Posts: 15
Gajesh Tripathi is on a distinguished road
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.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 10-18-2007, 10:59 AM
JavaBean's Avatar
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
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.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hi Java Tech Friends !!!!! Sasanka Sekhar Kar Introductions 0 11-16-2007 02:16 PM
Creating Sub forms in java netbeans 5.0 java_newbie NetBeans 14 08-06-2007 08:19 PM
how to set full screen dimensions valery New To Java 1 08-03-2007 07:08 PM
Full screen Jack Advanced Java 2 07-02-2007 06:49 AM
Migration from oracle forms to java Nick15 Advanced Java 3 05-12-2007 08:00 AM


All times are GMT +3. The time now is 12:03 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org