This book only for absolute beginners. We take you step-by-step AND explaining each portion of JAVA AND C# as we go along. In each lesson, we provide one or more example to illustrate the topic in a way that makes it easy to understand. We break examples down into their basic workings, and provide the output for you to compare to your own results.
TABLE OF CONTENTS JAVA Features of Java Java Hello World JRE (Java Runtime Environment) Java Virtual Machine (JVM) Memory Areas in Java Java Primitive Data Types Java Variable Java Loops Java Do While Loop Java While Loop Java For Loop Java Enhanced For Loop (For-each Loop) Object Oriented Programming (OOPs) Objects and Classes in Java Constructor in Java with Example Java static keyword Java inheritance with Example Abstract classes in Java Interface in Java C# BASICS C# First Application C# Variables C# Data Types C# Operators C# Keywords C# Control Statement C# If Statements C# Switch Statements C# for Loop C# While Loop C# do While loop C# Jump Statements C# Arrays C# Function C# Function call by value C# Call by reference C# Passing array to function C# Multidimensional Arrays C# Command Line Arguments