What is difference between core Java and Java EE?

Asked by Last Modified  

3 Answers

Learn Java

Follow 1
Answer

Please enter your answer

Python trainer believe in practical learning.

The terms "core Java" and "Java EE" refer to different aspects of the Java programming language and its associated technologies: 1. Core Java (Java SE): - Core Java, also known as Java Standard Edition (Java SE), is the foundational and fundamental part of the Java platform. - It includes the basic...
read more
The terms "core Java" and "Java EE" refer to different aspects of the Java programming language and its associated technologies: 1. Core Java (Java SE): - Core Java, also known as Java Standard Edition (Java SE), is the foundational and fundamental part of the Java platform. - It includes the basic features and libraries necessary for developing standalone desktop applications, command-line tools, and general-purpose Java programs. - Core Java provides the core syntax, language constructs, and APIs (Application Programming Interfaces) for tasks such as input/output operations, concurrency, networking, file handling, and basic GUI development. - It is focused on the essentials of the Java language itself and doesn't include specific libraries or APIs for web development or enterprise-level applications. 2. Java EE (Java Enterprise Edition): - Java EE, now known as Jakarta EE, is an extension of core Java that provides additional libraries, APIs, and runtime environment for building large-scale enterprise applications. - Java EE is designed to simplify the development of robust, scalable, and secure distributed applications, typically deployed on servers or in cloud environments. - It includes features such as web services, servlets, JavaServer Pages (JSP), Java Persistence API (JPA) for database access, Enterprise JavaBeans (EJB) for business logic, Java Message Service (JMS) for messaging, and Java Transaction API (JTA) for transaction management. - Java EE also provides application servers, such as Apache Tomcat, WildFly, and IBM WebSphere, read less
Comments

Core Java is used for general purpose programming and almost anything written in Java is based on the Core Java. Enterprise Java refers to Java applications written for enterprises; the leading technology here is Java EE which consists of a set of Api
Comments

Core Java is used for general purpose programming and almost anything written in Java is based on the Core Java. Enterprise Java refers to Java applications written for enterprises; the leading technology here is Java EE which consists of a set of APIs
Comments

View 1 more Answers

Related Questions

Need to learn java....
You may contact me. I teach Java in great depth and with very firm building blocks.
Ajay

What is meant by Java full stack and angular Java?

Fullstack development means the combination of UI technologies (client-side) + Backend technology (server-side). UI technology like Angular or ReactJs (Front end technologies). It's all about client-side...
Anuradha

Sir how is Java a pure object oriented programming language?

 

Java is not a purely object-oriented programming language. Lots of people say’s its object-oriented language but it is not true because Java supports primitive data type and does not handle multiple inheritances.
Ram
What happens if an exception occurs in catch block?
That error message will get printed.
Janardan
will I get certificate
Better than certificate if you enroll with me you will get confidence and lot of practical knowledge...certifications dont matter after a period of time what really matters is your approach to a problem...
Sk.

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

Ask a Question

Related Lessons

Priority in TestNG
public class Priority { @Test (priority=1)public void login() {System.out.println("login");} @Testpublic void email1() {System.out.println("email1");} @Test (priority=-2)public void email2() {System.out.println("email2");} //I...
S

Sarthak C.

0 0
0

1.1. Reverse an array in Java.
public class Main { public static void main(String args) { int arr = {1, 2, 3, 4, 5}; for (int i = 0; i < arr.length / 2; i++) { int temp = arr; arr = arr; arr = temp; } System.out.println(Arrays.toString(arr)); }}

JAVA Online Training
What is Java? Java is a technology developed by James Gosling at Sun Microsystems, Sun Microsystems is now a part of Oracle Corporation. This is one of the most powerful & securable language used to...

1.2. Find the largest element in an array.
public class Main { public static void main(String args) { int arr = {1, 2, 3, 4, 5}; int max = arr; for (int i = 1; i < arr.length; i++) { if (arr > max) { max = arr; } } System.out.println("Largest Element: " + max); }}

Mastering in Java Programming
Core java topics What is Java?Execution Model Of JavaBytecodeHow to Get Java?A First Java ProgramCompiling and Interpreting ApplicationsThe JDK Directory StructureUsing Eclipse Data types and Variables What...

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 >

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 >

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 famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...

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