Core Java, also known as J2SE (Java Standard Edition), is a fundamental part of the Java programming language that's important for learning the basics of Java and developing general-purpose applications
Core Java covers the basic concepts of the Java programming language.
Core Java is used for developing computing or desktop applications.
It is the first step, to begin with, Java.
Core Java is based on single-tier architecture.
It comes under Java SE.
It covers core topics such as OOPs, inheritance, exception handling, etc
This course contains Questions and Coding problems
1. INTRODUCTION OF JAVA
1.1. Platform independent
1.2. Open source
1.3. Multi-threading
1.4. More secure
1.5. portable
2. CORE JAVA TOPICS
2.1. Oops concept
2.2. Control statement and looping
2.3. Arrays
2.4. String
2.5. Collections
2.6. Exceptions
2.7. Constructor
3. INTRODUCTION OF OOPS
3.1. Class
3.2. Object
3.3. Method
3.4. Encapsulation
3.5. Inheritance
3.6. Polymorphism
3.7. Abstraction
4. ENCAPSULATION
5. INHERITANCE
5.1. Single inheritance
5.2. Multilevel inheritance
5.3. Multiple inheritance
5.4. Hybrid inheritance
5.5. Hierarchical inheritance
6. ACCESS SPECIFIER
6.1. Public
6.2. Private
6.3. Protected
6.4. Default
7. DATA TYPES AND WRAPPER CLASS
7.1. Data types
7.2. Wrapper class