Explore the opportunities available for Java programmers by learning the language with our java online course!

If you are looking to learn a new programming language or if you are about to take baby steps in to the world of programming, Java is your best bet and here’s why!

  • Easy to learn
  • Powerful language with a lot of community support
  • Rich API and has a lot of open source frameworks
  • It is prevalent everywhere and is an Object oriented language
  • Lots of exciting opportunities are open in the market today for Java programmers

Take up Java for Beginners with us to get some idea as to what the language is all about! Read on to learn more about the course.

Objectives:

At the end of our Java for Beginners course, you will have:

  • Confidence in creating Java applications using object oriented concepts
  • Good Knowledge in Exception Handling
  • Know to work the collection framework (which is a major requirement in the industry today when you apply for any programming position)

 

What you will learn from this course?

With our Java for Beginners course, you will learn the following:

  • The importance, uses, strengths, and weakness of the language
  • Important concepts such as classes and objects
  • Key object oriented concepts such as abstraction, encapsulation, inheritance and polymorphism
  • Exception Handling techniques in Java
  • Use of static block, variables, method, static import
  • Working with abstract classes and interfaces
  • Multithreading concept
  • Collection framework and use of Wrapper classes
  • JDBC for connecting with the database

 

Prerequisites:

Here’s what you need to know to enrol in our Java for Beginners course:

  • A basic knowledge in C++ .
  • Prior experience in any programming language.

 

Who is this course designed for?

Our Java for Beginners course is designed for:

  • Freshers/ Developers who have experience in OOPS but no java experience
  • OCAJP aspirants
  • For programmers who want to develop a career in java

 

Course Duration:

  • 40 Hours

 

Who is this curriculum designed for?

  • Freshers who have experience in oops but no java experience
  • Developers who want to switch to java frameworks
  • SCJP/OCA aspirants
[/one_full]

 

Course Content

Introduction to java

  • Java Features
  • JDK vs JRE
  • Use of JVM
  • Object Oriented Programming – An introduction
  • Primitive and Reference data types
  • Operators and Loops
Class Design
  • Understanding Class and Objects
  • Instance variables, Local variables and Static Variables
  • Constructors – default and parameterised
  • Methods
  • Polymorphism

    • Overloading Concepts
    • Compile time Polymorphism
    • Constructor/Method overloading
    • this, this()
    • What and why of Varargs
    • Varargs vs Overloading
    Inheritance
  • Overview of Inheritance
  • super, super()
  • What is Overriding?
  • Runtime Polymorphism – DynamicMethodDispatchStatic
  • What is static
  • Static block, variables, methods
  • Use of static import
  • Abstraction
  • Why Abstract classes and methods
  • Working with abstraction
  • Final classes, methods, variables
  • Interfaces in detailsEncapsulation
  • Packages
  • Access specifiers used for class, method and variable
  • What is a java bean?Exception Handling
  • Exception and errors
  • Checked and Unchecked Exception
  • Use of try, catch and finally
  • Difference between throw and throws
  • Custom exceptions for your project
  • Threads
  • Introduction to Multithreading
  • What is a thread?
  • Use of Thread class and Runnable interface
  • Thread Lifecycle and priorities
  • Methods in Thread class
  • sleep(), currentThread(), join() method
  • Synchronization in threads
  • Use of wait(), notify(), notifyAll() in Interthread Communication
  • Java Developer’s Kit
    Java.lang
  • Wrapper Classes
  • Methods of Object class
  • Difference between String, StringBuffer and StringBuilderjava.util
  • Collections Framework in Detail
  • Dealing with concrete classes in List and Set Interface
  • Working with Map
  • Sorting using Comparator java.io
  • Working with Streams
  • Use of Reader and Writer
  • Learn about InputStream and OutputStream
  • Serialization
  • JDBC – Connecting with database
  • Introduction to JDBC
  • Types of Drivers
  • Perform Create, Read, Update, Delete operations using JDBC interfaces
  • Prepared statement and its use
  • Callable statement for stored procedures
  • A Book Store Application using
  • Object orientation concepts
  • Exception Handling
  • Classes of Collection Framework
  • Connecting with database
  • Dao design patternjava.io
  • Byte Streams and Character Streams
  • InputStream and OutputStream
  • Reader and Writer classes
  • Read from and write to file/console
  • Serialization
  • Simple Employee Management Application using

    • OOps
    • User defined Exceptions
    • Collection framework classes
    • Serialization(instead of database)