Java

Java

Java-Level 01

The course covers the fundamental concepts of Java and object oriented programming. The following topics are covered:

  • Java compared to other programming languages, its advatages and disadvantages
  • How to write a Java program, using the right editor
  • "Compile once, run anywhere"
  • Executing and Writing simple Examples
  • Variables, Statements and expressions
  • Arrays and other data structures
  • Concepts of Object-oriented Programming (OOP)
  • Basic programming techniques Using classes and methods
  • Data Types and variables
  • Conditional statements and Loops

Java-Level 02

The following topics are covered:

  • Java compared to other programming languages
  • Developing and testing Java programs
  • Concepts of Object-oriented Programming (OOP)
  • Multithreaded Programming
  • String Handling
  • Conditional statements
  • Loops
  • A closer look at OOP
  • Handling exceptions with try and catch
  • Constructors and Destructors
  • Encapsulation and constructors
  • Using inheritance
  • Introduction into Applets