$595.00

Overview

This Java ProgrammingOn-Demand Course includes:

  • EXPERT INSTRUCTOR-LED TRAINING: Finest instructors in the IT industry with a minimum of 15 years, real-world experience and are subject matter experts in their fields
  • VISUAL DEMONSTRATIONS & MULTIMEDIA PRESENTATIONS: Instructor-led demonstrations and visual presentations that allow students to develop their skills based on real world scenarios explained by the instructor.
  • QUIZZES & EXAM SIMULATORS: Custom practice exams prepare you more effectively than the traditional exam preps on the market. Practice quizzes after each module ensures confidence on the topic before proceeding.
  • SOCIAL LEARNING & NETWORKING: World class Learning Management System (LMS) which allows you to interact and collaborate with other students, form study groups, engage in discussions, rate different courses and stay up to date with all the latest industry knowledge.
  • FLASH CARDS & EDUCATIONAL GAMES: Every Student learns differently. That is why we provide Flash Cards and Education Games throughout our courses. Allowing students to train in ways that keep them engaged and focused.

OVERVIEW

Java is a general purpose programming language that is concurrent, class based, object oriented, and specifically designed to have as few implementation dependencies as possible. Being that Java is an underlying technology and required by many applications and websites, you will find it in places like business applications, data centers, game consoles, utilities, desktop computers, laptops, smart phones and more.

This online training course will cover various levels of Java Programming including beginner, intermediate and advanced. It covers a complete introduction to object oriented programming as well as many other core Java features. This course is just as helpful for a beginner as it is for systems engineers, web application developers, mobile app developers, software engineers and any other potential student with a technical background.

Description

Module 1: Foundations (Beginner)

  • History of Computer Programming
  • Categories of Programming Languages
  • Condensed history of Java
  • Software Lifecycle

Module 2: Terms and Tools (Beginner)

  • Programming General Terms
  • Java Program Flow
  • Downloading and Installing Java
  • Text Editors and Integrated Development Environments
  • Installing Eclipse

Module 3: Identifiers, Variables, and Data Types (Beginner)

  • Understanding Identifiers
  • Unicode and Java Syntax
  • Variables, Constants, and Literals
  • Primitive Data Types
  • Operators
  • Escape Characters
  • Type Conversions and Type Casting
  • Java Reserved Words

Module 4: Object-Orientated Programming (Intermediate)

  • Object-Oriented Programming (OOP)
  • Java’s Structure and OOP
  • Packages
  • Classes
  • Inheritance
  • Interfaces
  • Objects

Module 5: Predefined Classes (Intermediate)

  • Strings Class
  • Date Class
  • Simple Date Format Class
  • Scanner Class
  • Decimal Format Class
  • JFrame Class
  • Container Class

Module 6: Methods Part 1 (Intermediate)

  • Methods
  • Components of Methods
  • Naming Methods
  • Implementation Method Hiding
  • Method Variables and Literals
  • Invoking a Method

Module 7: Methods Part 2 (Advanced)

  • Methods and Multiple Arguments
  • Parameters and Arguments
  • Method Scope
  • Method Composition and Overloading

Module 8: Constructors (Advanced)

  • Constructors
  • Creating Objects
  • Overloading Constructors
  • Default Constructors

Module 9: Arrays and Exceptions (Advanced)

  • Array Structures
  • Constants and Arrays
  • Navigating Arrays
  • Exceptions and the Try Catch Block