Welcome to the online core java tutorial point. Here, you can learn concepts of core java from basic to advanced levels.
This core java tutorial is specially designed for beginners and experienced. It will guide you step by step to learn every concept of the Java programming language.
We have taken great care not only to add a new tutorial but also thoroughly revise and update the existing content regularly so that you can get a better user experience.
If you are a beginner to learn Java programming, this may be the right platform. You can get an overview of the whole Core Java topics below with the link.
In each tutorial, you will also get interview questions and programming exercises to test your understanding.
Core Java Tutorial
Start from here, to learn Java programming. I recommend you see these tutorials in the given order. Even if you have no prior knowledge of Java, you won’t face any difficulty understanding these tutorials.
Because we have covered each Java topic with real-time examples and programs in an easy way. Therefore, you will experience great in learning Java technology.
Java Introduction
- What is Java | Creation, History of Java
- Features of Java | Java Buzzwords
- What is JDK | Java Platform (Ecosystem)
- Bytecode in Java | Bytecode vs Machine code
- What is JRE | Java API, Class Loader
- What is JVM in Java | JVM Architecture, JIT Compiler
- What is Java Compiler | How works it
- Interpreter in Java | Interpreter vs Compiler
- Download and Install Java Development Kit (JDK) in Windows
- First Simple Java Program: Hello World
- Download and Install Eclipse IDE for Java Developers
- Write Simple Java Program in Eclipse IDE, Compile, Run
- C vs Java | 26 Vital Difference between C and Java
- C++ vs Java | 22 Vital Difference between C++ and Java
Basics of Java
- Java Tokens | Types of Tokens
- Java Character set
- Keywords in Java | Reserve Keywords
- Identifiers in Java | Rules of Identifiers
- Comments in Java | Types, Example
- Escape Sequence in Java | Example Program
Classes and Objects
- Classes and Objects in Java with Realtime Examples
- How to Create Objects in Java
- Object Declaration and Initialization
- Life Cycle of Object
- Anonymous Object in Java
- Types of Classes in Java
Data Types and Variables
- Data Types in Java | Primitive Data Types with Examples
- Non-primitive Data types in Java
- Memory Allocation of Data types
- Java Variables | Types of Variables
- Scope of Variables
- Constants in Java
Java Operators
- Operators in Java | Arithmetic Operator
- Relational Operators
- Logical Operators
- Assignment Operators
- Unary Operators
- Conditional Operators
- Bitwise Operators
- Shift Operators
Decision Making, Branching, and Looping
- Conditional Control Statements in Java
- If Statement in Java | Example Program
- If-else in Java | Nested if-else, Example
- Loops in Java | Types: Nested, Infinite
- While Loop in Java | Example Program
- Java Do while loop
- For loop in Java
- Nested For loop in Java
- For each loop in Java | Enhanced for loop
- Switch Statement in Java | Example Program
- Java Break Statement
- Continue Statement in Java
- Labelled loop in Java | Example Program
Packages
Methods
- Methods in Java | Types, Method Signature
- Main Method in Java | Public Static Void Main(Strings[] args)
- Arguments and Parameters
- Call by Value and Call by Reference
- How to Call Method with Parameters in Java
- Return Type in Java | Example Programs
Constructor
- Constructor in Java | Types of Constructor
- Constructor Overloading in Java with Example Programs
- Constructor Chaining in Java with Example Programs
- Copy Constructor in Java | Example Program
- Private Constructor in Java | Use, Example
Modifiers
Blocks
Static and Final Keywords
- Static Variable in Java | Example Program
- Static Method in Java | Example Program
- Can we override static method in Java
- Static Block in Java | Example Program
- Final Keyword in Java | Final Variable, Method, Class
Inner Classes
- Inner Classes in Java | Types, Realtime Example
- Normal Inner Class in Java | Example Program
- Method Local Inner Class in Java | Example Program
- Anonymous Inner Class in Java | Example Program
- Nested Inner Class in Java | Example Program
Object-oriented Programming System
Encapsulation
- Encapsulation in Java | Realtime Example
- Getter and Setter in Java | Example Program
- Top 5 Encapsulation Programs in Java for Practice
Inheritance
- Inheritance in Java | Realtime Example
- Superclass and Subclass in Java | Example Program
- Behavior of Access Modifiers in case of Inheritance
- Types of Inheritance in Java
- Top 10 Inheritance Interview Programs for Practice
- Class Relationships in Java
- Has-A Relationship
- Association in Java | Example Program
- Aggregation in Java | Example Program
- Composition in Java | Example Program
- Association vs Aggregation vs Composition
Super and This Keywords
- Super Keyword in Java | Use, Example Program
- This Keyword in Java | Use, Example Program
- Difference between Super and This
Method Overloading
- Method Overloading in Java | Rules, Example Program
- When to use Method overloading in Java Project
- Type Conversion and Casting in Java
- Automatic Type Promotion in Method Overloading
- Class Casting in Java | Generalization, Serialization
- Upcasting and Downcasting in Java with Example
- Java Method Overloading Interview Programs for Practice
Method Overriding
- Method Overriding in Java | Rules, Example Program
- Covariant Return Type in Java
- Rules of Exception Handling with Method Overriding
- Difference between Method overloading and Method overriding
- Method Hiding in Java | Example Program
- Dynamic Method Dispatch in Java
- Top 15 Method Overriding Interview Programs for Practice
Abstraction
- Abstraction in Java | Abstract class, Realtime Example
- Interface in Java | Extending, Implementing Interfaces
- Realtime Use of Interface on Java Application
- Nested Interface in Java | Example Program
- 12 Difference between Abstract class and Interface
- Difference between Class and Interface
- Default Method in Java 8 Interface
- Interface Static Method in Java 8
Polymorphism
Exception Handling
- Exception Handling in Java | Realtime Example
- Exception Hierarchy in Java
- Checked and Unchecked Exceptions in Java
- Java Try Catch Block with ExampleÂ
- Multiple Catch Block in Java
- Nested Try, Nested Try Catch in Java
- Finally Block in Java | Example Program
- Return Statement in Try-catch block
- When Finally block is not Executed
- Throw Keyword in Java | Example Program
- Throws Keyword in Java | Example Program
- User-defined Exception in Java with Example
- Chained Exceptions in Java
- Throwable class in Java
- Errors in Java | Runtime and Compile-time Errors
- Exception Handling Interview Programs for Practice
Collections Framework
String
Thread
Wrapper Class
- Wrapper Class in Java | Use, Example
- Number Class | Methods, Example
- Byte Class | Methods, Example
- Short Class | Methods, Example
- Integer Class | Methods, Example
- Long Class | Methods, Example
- Double Class | Methods, Example
- Float Class | Methods, Example
- Boolean Class | Methods, Example
- Math Class in Java | Methods, Example
Input and Output Stream
- Java IO Tutorial | Classes, Interfaces
- Stream in Java | Types, Example
- Stream Classes in Java | Byte Stream Classes
- CharacterStream Classes in Java
- FileInputStream Class in Java | Methods, Example
- FileOutputStream Class in Java | Methods, Example
- BufferedInputStream Class | Methods, Example
- BufferedOutputStream Class | Methods, Example
- FilterInputStream Class | Methods, Example
- FilterOutputStream Class | Methods, Example
- DataInputStream Class | Methods, Example
- DataOutputStream Class | Methods, Example
- SequenceInputStream Class | Methods, Example
- PrintStream in Java | Methods, Example
- PushbackInputStream in Java
- RandomAccessFile in Java | Methods, Example
- Reader Class in Java | Methods, Example
- InputStreamReader in Java | Methods, Example
- FileReader in Java with Example
- BufferedReader in Java | Methods, Example
- Writer in Java | Writer Class, Methods
- OutputStreamWriter in Java | Methods, Example
- FileWriter in Java | Example Program
- BufferedWriter in Java | Example Program
- PrintWriter in Java | Example Program
- Scanner Class in Java | Methods, Example
- Console in Java with Example Program
- File in Java | File Class, Example
- How to create a File in Java easily
- How to read a text file in Java
- How to write a file in Java
- How to take input in Java from user or keyboard
- Output formatting in Java using printf() and format()
Java Object Input and Output
- ObjectInputStream in Java | Methods, Example
- ObjectOutputStream in Java | Methods, Example
- Java Serialization and Deserialization with Example
- Externalization in Java | Methods, Example
Java Arrays
- Arrays in Java | Declaration, Example
- Array Initialization in Java with Example
- One Dimensional Array in Java with Example
- Multidimensional Array in Java | 2D Array, Example
- Three Dimensional Array in Java | 3D Array, Example
- Passing Arrays to Methods in Java
- How to Return Array in Java from a Method
- Arrays Class in Java | Methods, Example
- Array Copy in Java with Example Program
- Linear Array Search | Example Program
- Binary Search in Java for Sorted Array
- Sorting Array in Java with Example Program
- Arrays of Objects in Java with Example Program
Annotations
Garbage Collection
Generics
- Generics in Java | Features, Example
- Generic Class in Java | Generic Method, Example
- Generic Constructor in Java with Example Program
- Java Generic Interface with Example Program
Miscellaneous Tutorials
- Math Class in Java | Methods, Example
- Object Class in Java | Methods, Example
- Object Cloning in Java
- Command Line Arguments in Java
- Recursion in Java with Example
- What is a Factory Method in Java
- Multiple Inheritance in Java with Example
Hope that this core java tutorial point has covered all tutorials step by step with basic and advanced example programs. I hope that you will have understood the concepts of core java and enjoyed all the example programs covered in tutorials.
If you’re interested in building a complete software development profile, then you should go for OdinSchool’s Full-Stack Software Development Course, which comes with industry aligned curriculum and 6 months additional placement assistance.
If you find anything incorrect in these tutorials, please inform to Scientech Easy team via email. Your email will be valuable to us.
Thanks for reading!!!