Explore Core Java Topics
Click on a topic below to explore detailed notes and examples.
- 1. Introduction: Understand Java's features, architecture, and benefits.
- 2. Software Installation and HelloWorld: Set up Java using Notepad and Eclipse.
- 3. Variables: Understand the types and usage of variables in Java.
- 4. Data Types: Learn about primitive and non-primitive data types in Java.
- 5. Class & Object: Learn Class, Object, Variables, Methods, and Blocks.
- 6. Operators: Learn arithmetic, logical, relational, and bitwise operators.
- 7. OOP Concepts: Dive into Object-Oriented Programming principles.
- 8. Inner classes: Dive into Inner clasess and its types.
- 9. Loops: Master loops like for, while, and do-while.
- 10. Arrays: Learn about array creation, manipulation, and traversal.
- 11. Exception Handling: Handle errors using try-catch and more.
- 11. Java Lang Package: Explore String, StringBuffer, StringBuilder, Object, and Wrapper Classes.
- 13. IO Streams: Learn about input and output handling in Java.
- 13. Multithreading: Learn to create and manage threads in Java.
- 14(1). Collections Framework - Part1: Learn about ArrayList, HashMap, Set, and more.
- 14(2). Collections Framework - Part2: Learn about Itrators, Sorting, Hashing and more.
- 15. Generics: Understand how to use generics for type safety.