Notebooks

  Advanced

New Page

Encapsulation

Learning about the concept of encapsulation in Java.

Checked Exception

Understanding the concept of checked exceptions in Java.

Unchecked Exception

Learning about unchecked exceptions in Java.

Throws, Throw, Finally

Understanding the use of throws, throw, and finally in Java.

ArrayList, LinkedList, HashSet, Vector

Understanding the use of different collections in Java.

Comparable and Comparator

Learning about the Comparable and Comparator interfaces in Java.

Introduction to JDBC

Understanding the basics of Java Database Connectivity.

Statement, PreparedStatement, DriverManager

Learning about different classes in JDBC.

Basics of Multithreading

Understanding the concept of multithreading in Java.

Synchronization

Learning about synchronization in Java multithreading.