J2SE course

Duration: 10 lecturesS

Level: Basic Level

 Overview

Java is a programming language originally developed by James Gosling at Sun Microsystems and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities. Java applications are typically compiled to bytecode (class file) that can run on any Java Virtual Machine (JVM) regardless of computer architecture. Java is a general-purpose, concurrent, class-based, object-oriented language that is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere" (WORA), meaning that code that runs on one platform does not need to be recompiled to run on another.

Benefits

From this course students will learn:

Intended Audience

This course is recommended for people with a basic programming background with object oriented programming experience who need to gain a working understanding of Java.

Prerequisites

Training Approach

This is an interactive course, which consists lectures.

Course Outline

Lecture 1

Lecture 2

Lecture 3

Lecture 4

Lecture 5

Lecture 6

Lecture 7

Lecture 8

Lecture 9

Lecture 10

Practice

After every lection Student gets task to consolidate the knowledge. Every task is about theme of lection and general java knowledge. All issues and questions for the practical tasks can be discussed in the lectures.