Last Updated On
Java is a general-purpose programming language that is a concurrent, class-based, and object-oriented language. Java follows the concept of “write once and run anywhere (WORA).” This means that compiled Java code can be run on all different platforms that support Java. There’s no need for recompilation.
Eclipse IDE
| Chapter 1 How to Download and Install Eclipse IDE | |
| Chapter 2 How to Clone a project from GitLab using Eclipse | |
| Chapter 3 How to Export Eclipse projects to GitLab |
IntelliJ IDE
| Chapter 1 How to install IntelliJ on Windows | |
| Chapter 2 How to create a Java project in IntelliJ | |
| Chapter 3 How to Clone a project from GitLab using IntelliJ | |
| Chapter 4 How to Export IntelliJ project to GitLab |
Basics of Java
OOPs Concepts
| Chapter 1 Class and Object in Java | |
| Chapter 2 Inheritance in Java | |
| Chapter 3 Encapsulation in Java | |
| Chapter 4 Polymorphism in Java | |
| Chapter 5 Abstraction in Java | |
| Chapter 6 Interface in Java | |
| Chapter 7 Difference between Abstract Class and Interface |
Exceptions in Java
| Chapter 1 Exception Handling in Java | |
| Chapter 2 Java Exceptions Tutorial: Built-in and User-defined Exceptions | |
| Chapter 3 Flow control in try catch finally in Java | |
| Chapter 4 Multiple Catch Exceptions | |
| Chapter 5 Throw in Java | |
| Chapter 6 Throws in Java |
Data Handling (Excel Manipulation)
Multiple Choice Questions
Java Library
| Chapter 1 AssertJ – Fluent Assertions in Java |
Database
| Chapter 1 How to install MySQL on Windows | |
| Chapter 2 How to connect to SQL Server using Java | |
| Chapter 3 How to insert data in SQL Server using Java |
XML
| Chapter 1 How to parse XML in Java |
| Chapter 2 How to retrieve XML Child Nodes in Java |
Handling CSV File
| Chapter 1 Mastering CSV File Handling in Java with OpenCSV – NEW |
Handling Properties File
| Chapter 1 How to read property file in Java |
| Chapter 2 How to Create and Modify Properties File in Java |
| Chapter 3 Java Properties: Storing and Writing Data in XML Format – NEW |
| Chapter 4 Update Specific Values in Java Properties File: Step-by-Step Guide – NEW |
Handling PDFs
| Chapter 1 Download PDF in Chrome with Selenium Java |
| Chapter 2 Download PDF in Firefox with Selenium Java |
| Chapter 3 Download PDF in Edge with Selenium Java |
| Chapter 4 Read PDF Files with Selenium in Java |
| Chapter 5 How to Write in PDF with Selenium and Java |
| Chapter 6 Merge PDF Files in Selenium with Java |