Exams Page

Java - Arrays

Arrays are a fundamental concept in Java. You should know them very well, even when they seem to be low-level.

Java - Lists

Everything about ArrayLists, Lists, LinkedLists, and all that.

Java - Constructors

Constructors are essential for initializing objects in Java. Understanding constructors is crucial for mastering object-oriented programming.

Java - Datatypes

Understanding datatypes in Java is fundamental. This includes primitives, wrapper classes, autoboxing, and unboxing.

Java - Exceptions

Exceptions are an often misunderstood, but important concept in Java.

Java - JDBC Basics

Understanding JDBC is essential for database operations in Java.

SQL - Basics

Practice the foundational concepts of SQL.

Spring - Basics

Learn the fundamentals of Spring framework.

Spring - AOP

Learn the fundamentals of Spring AOP integration.

JUnit - Basics

Learn the fundamentals of unit testing with JUnit.