Core Java, OOPS, Collection, Exception Handling, Design Pattern

What you will learn

Core concepts of Java including Variables, datatypes, operators, control statements, arrays, packages, classpath, user-input and debugging Object Oriented Programming concepts with read life examples String with memory mapping Exception handling Java collections Design patterns And also you will learn how to debug code in eclipse.

Description

This course is for anyone who wants to make career in Java Development, Automation Testing, Android Development.

In this course, we will focus on below topics in detail considering that you are non java developer. This course will give you lot of motivation as we have tried to put lot of examples of real word.

Very unique way to explain Object Oriented Programming like A PIE concept.

Basic Java

  • Basic computing
  • Why Java?
  • Configuring Eclipse IDE for Java
  • How to create new java project?
  • How to create a new java class?
  • Running java class
  • Viewing the results of java program
  • Learning Java
  • Introduction to Java programming
  • Data Types in Java Primitive Data types
  • Wrapper Classes
  • Declaring Variables
  • Writing java program and running
  • Conditional Statements
  • If condition
  • If else condition
  • If else if condition (nested if)
  • Switch case statement
  • Examples for all the above conditions
  • Loop Statements
  • While loop
  • Do while
  • For loop
  • For each loop
  • Examples for all the above loops

Array

  • How to declare array
  • How to store values in array?
  • Reading values in array (1 D & 2 D)

OOPS

  • Static, Static block
  • Instance, Init block
  • Constructor, chaining
  • Abstraction
  • Polymorphism
  • Inheritance
  • Encapsulation

Package

  • What is package?
  • How to create a package?
  • How to import package into a different class?

Collection

  • ArrayList
  • LinkedList
  • HashSet
  • TreeSet
  • LinkedHashSet
  • HashMap
  • LinkedHashMap
  • TreeMap

Exception Handling

  • CompileTime exception
  • RunTime exception
  • Custom Exception

Java Design Patterns

  • Design Pattern Concepts
  • Singleton
  • Factory, Abstract Factory

Debug Scripts in Eclipse

  • Understanding Debug
  • Using Breakpoints
  • Verify the values during debug
  • Using step over, step into
  • Tips for using Eclipse efficiently

So, don’t think much and get started. I have trained more that 5000 students/IT professionals and now they all can write code in java.

English

Language

Content

Basic Java

Introduction

Basic Computing & History of Java

Install Software for Java

Object Oriented Concepts

Object Oriented Programming


Get Instant Notification of New Courses on our Telegram channel.


Inheritance

Dynamic Polymorphism

Encapsulation

Encapsulation – POJO Class

Abstraction – Abstract Class

Abstraction – Interface

Arrays

Array Concepts

Java Collection

Java – List Interface

Java – Set Interface

Java – Map Interface

Exception Handling

Java Exception Handling

Custom Exception

Design Pattern

Singleton Design Pattern

Factory Design Pattern

Debug Scripts in Eclipse

Debug Scripts in Eclipse