Java

Anup Karumanchi

9 modules

English

Programming

Overview

Java Programming

Modules

Java Setup

2 attachments

jdk-8u161-windows-x64

eclipse-jee-2018-12-R-win32-x86_64

Volume-1-Essential-Skills

26 attachments • 4 hrs

Section 1_ Introduction and How to Use This Course

Section 2_ What is Java and How is it Compiled

Section 3_ Java Terminology

Section 4_ Installing the Java Development Kit

Section 5_ Compiling Our First Java Program

Section 6_ Installing the Eclipse IDE

Section 7_ Compiling Our First Program Using Eclipse

Section 8_ Examining a Simple Java Program in Detail

Section 9_ Overview of the Eclipse IDE

Section 10_ Overview of the Eclipse IDE

Section 11_ Insert New Lines and Tabs Into Screen Output

Section 12_ Declaring and Using Integer Variables

Section 13_ Basic Arithmetic with Integer Variables

Section 14_ Declaring and Using Floating-Point Variables

Section 15_ Single-Line IF Statements

Section 16_ Single-Line FOR Loops

Section 17_ Creating Blocks of Code with Curly Braces

Section 18_ More Integer Data Types in Java

Section 19_ More Floating-Point Data Types

Section 20_ The Character Data Type

Section 21_ The Boolean Data Type

Section 22_ More on Declaring and Initializing Variables

Section 23_ Variable Scope and Lifetime

Section 24_ Incrementing and Decrementing Variables

Section 25_ Logical Operators

Section 26_ Shortcut Arithmetic Assignments

Volume-1-Essential-Skills-Exercises

24 attachments • 1 hrs

Section 7_ Compiling Our First Program Using Eclipse

Section 11_ Insert New Lines and Tabs Into Screen Output

Section 12_ Declaring and Using Integer Variables

Section 12_ Declaring and Using Integer Variables_2

Section 13_ Basic Arithmetic with Integer Variables

Section 13_ Basic Arithmetic with Integer Variables_2

Section 13_ Basic Arithmetic with Integer Variables_3

Section 14_ Declaring and Using Floating-Point Variables

Section 14_ Declaring and Using Floating-Point Variables_2

Section 15_ Single-Line IF Statements

Section 15_ Single-Line IF Statements_2

Section 16_ Single-Line FOR Loops

Section 16_ Single-Line FOR Loops_2

Section 17_ Creating Blocks of Code with Curly Braces

Section 17_ Creating Blocks of Code with Curly Braces_2

Section 17_ Creating Blocks of Code with Curly Braces_3

Section 18_ More Integer Data Types in Java

Section 19_ More Floating-Point Data Types

Section 20_ The Character Data Type

Section 21_ The Boolean Data Type

Section 22_ More on Declaring and Initializing Variables

Section 24_ Incrementing and Decrementing Variables

Section 25_ Logical Operators

Section 26_ Shortcut Arithmetic Assignments

Volume-2-Control-Statements

20 attachments • 3 hrs

Section 1_ Read Single Key from Keyboard using System.in.read()

Section 2_ Important Behavior When Using System.in.read()

Section 3_ Read Integers and Doubles from Keyboard Using Scanner

Section 4_ Using IF-ELSE Statements to Make Decisions

Section 5_ Nested IF Statements

Section 6_ The IF-ELSE-IF ladder

Section 7_ The Switch Statement

Section 8_ Using the Break Statement

Section 9_ The Remainder Operator and Continue Statement

Section 10_ The While Loop

Section 11_ The Do-While Loop

Section 12_ Exploring Java Classes and Packages

Section 13_ Absolute Value of Numbers

Section 14_ Rounding Numbers, Ceiling, and Floor

Section 15_ Powers and Square Roots

Section 16_ Using Pi and E in Calculations

Section 17_ Logarithms and Natural Logarithms

Section 18_ Converting between Degrees and Radians

Section 19_ Sin, Cos, and Tangent

Section 20_ aSin, aCos, and aTan

Volume-2-Control-Statements-Exercises

16 attachments • 1 hrs

Section 1_ Read Single Key from Keyboard using System.in.read()

Section 1_ Read Single Key from Keyboard using System.in.read()_2

Section 1_ Read Single Key from Keyboard using System.in.read()_3

Section 2_ Important Behavior When Using System.in.read()

Section 2_ Important Behavior When Using System.in.read()_2

Section 3_ Read Integers and Doubles from Keyboard Using Scanner

Section 3_ Read Integers and Doubles from Keyboard Using Scanner_2

Section 3_ Read Integers and Doubles from Keyboard Using Scanner_3

Section 4_ Using IF-ELSE Statements to Make Decisions

Section 5_ Nested IF Statements

Section 6_ The IF-ELSE-IF ladder

Section 7_ The Switch Statement

Section 8_ Using the Break Statement

Section 9_ The Remainder Operator and Continue Statement

Section 10_ The While Loop

Section 11_ The Do-While Loop

Volume-3-Classes-&-Objects

14 attachments • 2 hrs

Section 1_ Introduction to Methods

Section 2_ Adding Parameters to a Method and Returning Values

Section 3_ Introduction to Classes and Objects

Section 4_ Defining a Class and Creating Objects

Section 5_ Storing and Accessing Instance Variables of an Object

Section 6_ Calculations with Instance Variables of an Object

Section 7_ Adding a Method to a Class

Section 8_ Returning a Value from a Class Method

Section 9_ Class Methods with Parameters

Section 10_ Adding a Constructor to a Class

Section 11_ Garbage Collection

Section 12_ The This Keyword

Section 13_ Public and Private Access Modifiers

Section 14_ The Static Keyword

Volume-3-Classes-&-Objects-Exercises

10 attachments • 1 hrs

Section 1_ Introduction to Methods

Section 2_ Adding Parameters to a Method and Returning Values

Section 2_ Adding Parameters to a Method and Returning Values_2

Section 4_ Defining a Class and Creating Objects

Section 5_ Storing and Accessing Instance Variables of an Object

Section 6_ Calculations with Instance Variables of an Object

Section 7_ Adding a Method to a Class

Section 8_ Returning a Value from a Class Method

Section 9_ Class Methods with Parameters

Section 10_ Adding a Constructor to a Class

Volume-4-Arrays-&-Strings

19 attachments • 2 hrs

Section 1_ Declaring Arrays and Accessing Elements

Section 2_ Using a Loop to Access an Array

Section 3_ Search for the Max and Min Value of an Array

Section 4_ Two Dimensional Arrays

Section 5_ Using Array Length Instance Variable

Section 6_ Using Enhanced For Loop with Arrays

Section 7_ Creating and Using Strings

Section 8_ Creating and Using Strings

Section 9_ Obtaining the Length of a String

Section 10_ Determining of Two Strings are Equal

Section 11_ Comparing Two Strings

Section 12_ Reading Characters from a String

Section 13_ Searching a String for a Substring

Section 14_ Arrays of Strings

Section 15_ Searching a String from the End for a Substring

Section 16_ Read Characters from a String into a Char Array

Section 17_ Changing a String to Lowercase or Uppercase

Section 18_ Replacing Characters in a String

Section 19_ Reading a String from the Keyboard

Volume-4-Arrays-&-Strings-Exercises

19 attachments • 1 hrs

Section 1_ Declaring Arrays and Accessing Elements

Section 1_ Declaring Arrays and Accessing Elements_2

Section 2_ Using a Loop to Access an Array

Section 4_ Two Dimensional Arrays

Section 5_ Using Array Length Instance Variable

Section 6_ Using Enhanced For Loop with Arrays

Section 7_ Creating and Using Strings

Section 8_ Creating and Using Strings

Section 9_ Obtaining the Length of a String

Section 10_ Determining of Two Strings are Equal

Section 11_ Comparing Two Strings

Section 12_ Reading Characters from a String

Section 13_ Searching a String for a Substring

Section 14_ Arrays of Strings

Section 15_ Searching a String from the End for a Substring

Section 16_ Read Characters from a String into a Char Array

Section 17_ Changing a String to Lowercase or Uppercase

Section 18_ Replacing Characters in a String

Section 19_ Reading a String from the Keyboard

About the creator

About the creator

Anup Karumanchi

 

🥇 Anup has 20 years of unique combination of professional experience, multidisciplinary academic progression and self directed learning

🏆 He has a unique blend of manufacturing and information systems expertise.

🚀 Leveraging systems thinking and self-directed learning abilities, Anup has continuously building authority over multiple PLM / MES / CAD systems.

 

🎓 Anup is a professional trainer, coach and mentor with significant experience in training and facilitation

Rate this Course

×

Order ID:

This course is in your library

What are you waiting for? It’s time to start learning!

Illustration | Payment success

Share this course

https://undefined/courses/Java-650478ece4b072175aef29f9

or

×

Wait up!

We see you’re already enrolled in this course till . Do you still wish to enroll again?

Illustration | Already enrolled in course