Skip to main content

Java Basics

A full pass through Java: syntax and control flow first, then classes, inheritance, interfaces and the rest of the object model, followed by collections, generics, exceptions, file I/O, threads and JDBC database access.

30 chapters 2h 30m

What you'll learn

  • Introduction to Java
  • Installing Java and Setting Up Environment
  • Java Syntax and First Program
  • Variables and Data Types
  • Operators in Java
  • User Input and Output
  • Conditional Statements
  • Loops in Java