This book cover step by step concept of C# and Java programming. This book only suitable for beginners.
Topics Covered C# INTRODUCTION 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 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