logo

Learn Java

Learn Java

icon

TBA

icon

TBA

icon

TBA

Course Overview

Popular for its versatility and ability to create a wide variety of applications, learning Java opens up your possibilities when coding. With it, you’ll be able to develop large systems, software, and mobile applications — and even create mobile apps for Android. Learn important Java coding fundamentals and practice your new skills with real-world projects.

Skills you'll gain

  • Build core programming concepts
  • CLearn object-oriented concepts
  • Create Java projects
  • Syllabus

    Variables -

    Learn about variables in Java and how we use them. Then practice your skills with two projects where you create and manipulate variables.

    Looping Constructs -

    Writing loops to execute a block of code multiple times. Understanding the difference and use-cases. Building a simple calculator using loops and control structures.

    Object-Oriented Programming (OOP) - Basics -

    Define classes, create objects, and understand the basics of OOP. Write constructors for class instantiation.

    Advanced Concepts. -

    Extending classes and using super. Polymorphism - Method overloading and overriding. Abstract Classes and Interfaces: When and how to use them.