What is the difference between Java SE, ME, EE?

Asked by Last Modified  

5 Answers

Learn Java

Follow 0
Answer

Please enter your answer

java se is stantard edition contains only core java topics. it should be learn by every programmer who wants to make his career in java technologies. java ee is for enterprice edition use to create very large scale, distributed Systems. it contains concepts like jdbc used for database connections,...
read more
java se is stantard edition contains only core java topics. it should be learn by every programmer who wants to make his career in java technologies. java ee is for enterprice edition use to create very large scale, distributed Systems. it contains concepts like jdbc used for database connections, servlet/jsp for web application, web services, Rmi(Remote Method invocation), java beans. java me is micro edition used for mobile devices and embedded systems read less
Comments

Java SE is java Standard edition which is the basic core java Java ME is mobile edition used to develop mobile applications (now obsolete) Java EE is enterprise edition which deals with developing web applications or websites
Comments

Computer Subjects Tutor

Java SE's (Standard Edition) API provides the core functionality of the Java programming language. It defines everything from the basic types and objects of the Java programming language to high-level classes that are used for networking, security, database access, graphical user interface (GUI) development,...
read more
Java SE's (Standard Edition) API provides the core functionality of the Java programming language. It defines everything from the basic types and objects of the Java programming language to high-level classes that are used for networking, security, database access, graphical user interface (GUI) development, and XML parsing. The Java EE (Enterprise Edition) platform is built on top of the Java SE platform. The Java EE platform provides an API and runtime environment for developing and running large-scale, multi-tiered, scalable, reliable, and secure network applications. The Java ME(Micro Edition) platform provides an API and a small-footprint virtual machine for running Java programming language applications on small devices, like mobile phones. Java ME applications are often clients of Java EE platform services. read less
Comments

Java Trainer

java SE (Service Edition ) also know as Core java is used to create stand alone applications like media player,antivirus etc. ME (Micro Edition ) is used for creating mobile applications and EE (Enterprise Edition) also know as Advance Java is used to create web applications and Enterprise applicatio...
Comments

Take a demo class and you will know

Java SE is Standard Edition of Java, also known as Core Java. Anybody who wants to work with Java must learn this. And, this is used to write stand alone software with Java. . Java ME is the Micro Edition of Java. If you want to write software for mobile devices like palmtops, cellphones, tabs using...
read more
Java SE is Standard Edition of Java, also known as Core Java. Anybody who wants to work with Java must learn this. And, this is used to write stand alone software with Java. . Java ME is the Micro Edition of Java. If you want to write software for mobile devices like palmtops, cellphones, tabs using java then you need to learn this. . Java EE is the Enterprise Edition of Java. It is meant for the server side web programming. . So, in a nutshell, SE, ME and EE are three different sectors of Java and you need to learn SE to go to ME or EE. read less
Comments

View 3 more Answers

Related Questions

Do I need to import java.lang package any time? Why?
No, you don't need to import it at any time. As this is part of java.lang package is a part of \jdk1.6.0_11{this is the location f your jdk installation directory}\jre\lib\rt.jar and this rt.jar (called...
Anitha
I want to learn from beginning, please tell me what is the best source to learn (core java)
hi sunaini It is very good that you want to learn programming... I would recommend you c,c++,java and dotnet courses...for becoming a good provrammer.. we provide online training..at lowest prices if...
Sunaini
What is the best book to learn data structures using Java?
There are several good books available for learning data structures using Java, depending on your level of expertise and experience. Some of the best books to learn data structures using Java are: 1....
Shubham
0 0
5
Why does â??5/2 = 2â?? and not 2.5 in Python?
Due to dynamic Typing. use Numpy , and declare data type , you will get desired result
Srikanth
0 0
6
What is JavaBean?
A JavaBean is just a standard All properties private (use getters/setters) A public no-argument constructor Implements Serializable. That's it. It's just a convention. Lots of libraries...
Ankit
0 0
6

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

2.1. Reverse a singly linked list.
class Node { int data; Node next; Node(int data) { this.data = data; this.next = null; }} public class LinkedList { Node head; public void reverse() { Node prev = null; Node curr = head; Node next =...

Facebook Analytics
Assume how the Facebook application will store the millions of customer's record in real-time: facebook = { 'jose': { 'name': 'jose', 'age': 33, 'hobby': , # cricket,football 'mobile': 1111111111, 'email':...

Introduction to Course Content
Video about what we are going to learn throughout the Java Training Session .

CoreJAVA
Core Java Training High Level Course Content Trained by Java Architect 1. Core Java Programming Introduction of Java 2. Data types and Operators 3. Control Flow statements 4. OOPS and its application...
A

Method Overloading vs Method Overriding
1. Method Overloading: Method overloading means a same method with same name can have different implementations/body by changing one of the follwing thing: 1) Number of Parameters 2) Order of Parameters 3)...

Recommended Articles

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

Read full article >

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

Java is the most commonly used popular programming language for the creation of web applications and platform today. Integrated Cloud Applications and Platform Services Oracle says, “Java developers worldwide has over 9 million and runs approximately 3 billion mobile phones”.  Right from its first implication as java 1.0...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you