Online Training Course Topics

Java Tutorial

Variables and Methods
"In this course, I will take you through variables and methods. At the end of this tutorial, you will understand difference between class level and. . . "
Java Classes and Objects
"In this course we will see what Java Class are. I will explain what are Java Classes and Objects, How do you create it . . . "
Control Flow
"In this course we will see what Java Control Flows are. I will explain if statements, if-then-else, while, difference between do-while and while . . . "
String, StringBuffer and StringBuilder
"Do you know actual difference between String and StringBuffer, which is asked in 90% of the interview and . . . "
JVM, IDE and Your First Program
"This topic covers basics of Java like why it is so popular, why is it preferred by Programmers . . . "
Primitives
"In this course, you will understand how to work with numbers in Java. We will see what are all the different ways of handling . . . "

C++

Basics of C++
"This video will help you to learn basic about C++.This will start from the introduction about C++, How to download the Net beans IDE and Compiler and how to . . . "
Basics about C++ Functions
"The primary focus of this video is an introduction to functions, Declaration and Implementation of function. As well as, an introduction to simple. . . "
How to write a calculator program in C++
"In this course, you will understand, how to do the calculator creation program, functions, Commentes, . . . "
Function Definition, Declaration and Implementation with Simple Sample Program
"One of the primary focuses of this video is the separation of . . . "
Usage of IF statement, Operators and Variable
"This video will cover in depth view of "if" statements and detailing logical operators and also learn about Boolean . . . "
Simplification of IF Statement and Operators in C++
"This video fully covers about IF Statements and conditionals, Boolean logic simplification, . . . "
Concepts about Variables
"In this video, you will understand the concept about more variable types like char, float, and double and basic memory introduction and learn about. . . "
Basics of Arrays and Strings
"In this course, you will understand the basic arrays and strings. You will learn about Introduction to arrays, Introduction . . . "
Basics of Loop Statements (while, do while, for)
"In this video, fully explains about loop statements with simple program. After watching this video . . . "
Manipulation (Count Char, Remove space, Reverse string)
"In this course, will help you to understand the String manipulation function. . . "