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

Why using Overriding in Java ?
There was a student who always pronounces "University" as "Univerkity". His teacher got angry and called the parents and asked to know the reason. Teacher got shocked as they are pronouncing "Capacity"...
Shivendra
What is the best site to learn Java for development?
www.javatpoint.com Is best site to learn and earn knowledge
Chai
0 0
8
What are the topics covered under core Java?
The major topics are listed below: 1. Java Basics - Variables, Data types, Operators, Control Statements,Strings, Arrays and Functions. 2. Object Oriented Concepts - Classes, Objects, Constructors, Inheritance,...
Sahil
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

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); }}

Differences Between HashMap vs HashSet In Java.
HashSet HashMap HashSet implements Set interface. HashMap implements Map interface. HashSet stores the data as objects. HashMap stores the data as key-value pairs. HashSet...

SWITCH STATEMENT IN JAVA
switch statement - condition statement - only once the checking takes place so we recommend use break statement. switch(condition/variable/choice){case 1: //statements break;case 2: // statements break;case...


Simple Input and Output in CoreJava
We can use any of the following options based on the requirements to accept data from the user in corejava and show them Integer Input Output Character Input Output Float Input Output INPUT AND...

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