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

Where advanced java can be utilized?
Advanced Java is an extension of Java used for developing and running enterprise software and large-scale multi-tiered, scalable, reliable and secure network applications.
Nish
What are Access Specifiers in Java?
Access Specifiers are for visibility of java objects . These are Public, Private, Protected and Default. Public: A variable or method that is public means that any class can access it. Private: These...
Kadar
0 0
9
Is Java a language or a technology?
java is both language and technology. Java platform serves as technology.
Sammeyka
0 0
5
Is JAVA training only for technical students or a non-technical student also may join?
Any Body can Learn Programming Language.It All depends upon the learning of basics and all.Basics actually makes the thing different.
Vikrant
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

ClassNotFoundException vs NoClassDefFoundError
ClassNotFoundException NoClassDefFoundError It is an exception and happens due to programmer’s mistake and can be recovered by updating the code. Thrown when an application tries...

How to create Rest web services in Java
Web services are web application components that lets two different applications to communicate over the network.Let if an application which in written java provides web services can be communicated through...

Final, Finally And Finalize In Java
Final: 1. It is a non access modifier that can be applied to variables,methods and to class. 2. Final means non-changable. Final variable: 1. If a variable is declared as final it can't be re-assigned. 2....

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 =...

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