answersLogoWhite

0

What are the two types of java?

Updated: 2/17/2023
User Avatar

Wiki User

12y ago

Best Answer

Java is a programming language that has two main types:

  1. Java SE (Standard Edition): This is the core Java language that provides all the basic features and functionalities of Java. It includes the Java Virtual Machine (JVM), which is responsible for running Java programs, and the Java Development Kit (JDK), which is used for developing Java applications.

  2. Java EE (Enterprise Edition): This is a set of Java APIs (Application Programming Interfaces) and technologies that are used for developing large-scale, distributed, and enterprise-level applications. Java EE includes a variety of APIs such as Servlets, JSPs, EJBs, JPA, JMS, and many others. These APIs provide a rich set of features for developing complex and robust enterprise applications.

For more information, please visit: 1stepGrow

User Avatar

nehakaushal2564

Lvl 5
1y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

Core JAVA and Advanced JAVA are the two types of JAVA

This answer is:
User Avatar
User Avatar

Brian Nguyen

Lvl 1
1y ago
Or maybe Java and JavaScript ( JavaScript is A.K.A JS )

Add your answer:

Earn +20 pts
Q: What are the two types of java?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the kinds of java programs?

the two types of java programs are Applet and application programs


What are the types of exception in java?

Exceptions are of two types: checked exceptions and unchecked exceptions.


Variables as object in java?

There are two main categories of variables in Java. They are primitive and non primitive. Primitive data types are the basic data types like int, float, char etc. These are not objects. The other non primitive data types are all types of Java Objects. Example: String, ArrayList etc.


How many types are there in java?

The two basic data types in Java are primitives and objects. Primitives: byte, char, short, int, long, float, double, boolean Objects: Everything else.


How can you prove the given string by user is array or not in java?

Strings and Arrays are two totally different data types in Java and they will not match with one another.


Do the primitive datatypes in java have objects?

No Primitive data types do not have objects. As of Java 1.5, all primitive types in Java have "wrapper" classes. These classes serve two purposes: # They keep all type-specific methods together in one place. # They allow primitive types to be used in situations which take advantage of generics (also introduced in Java 1.5).


Two types of access modifier in java?

public, <blank/none specified>, protected, private


Does java supports unsigned data types?

No, in Java, only signed numbers are defined.


How do you overload static methods in java?

Just create two methods with the same name, but with different types or numbers of parameters.


Why java is not a pure object oriented?

java is not purely oops because of primitive types in java like int and float double


Why java called as strong type language?

That means that Java is fairly strict about data types.


What are the different types in java programming language?

core java ,jse.advanced jse,jee and j2me