Java

“Core Java” is Sun’s term, used to refer to Java SE, the standard edition and a set of related technologies, like the Java VM, CORBA, etc. This is mostly to differentiate from others like Java ME or Java EE. “Core Java” is Oracle’s definition and refers to subset of Java SE technologies.

The Core Java technologies and application programming interfaces (APIs) are the foundation of the Java Platform, Standard Edition (Java SE). They are used in all classes of Java programming, from desktop applications to Java EE applications.

Related Tags

Tutorials

Immutable Classes in Java

Learn about immutable objects, records and collections in Java and create a Java class immutable step by step with examples.

Java String Interview Questions

All of us must have gone though interview questions related to String class in java. These String interview questions range from immutability to memory leak issues.

Abstraction in Java

In simple words, java abstraction captures only those details about an object that is relevant to the current perspective. Learn more about abstraction in java.

About Us

HowToDoInJava provides tutorials and how-to guides on Java and related technologies.

It also shares the best practices, algorithms & solutions and frequently asked interview questions.