Skip to content

Latest commit

 

History

History
71 lines (33 loc) · 962 Bytes

File metadata and controls

71 lines (33 loc) · 962 Bytes

In this class we are going to study JAVA. As Java is the most popular programming language.

Author- Shivani, Raghav

Guide - Prof. Chuang-Jan-Chang

Table of Content :

Chapter-1 Basics of Java

1.1) What is Java

1.2) Why Use Java

1.3) How to compile and run Java Program

1.4) Hello World using Java Programming

1.5) Java Syntax

1.6) Java Identifiers

1.7) Java Modifiers

Chapter-2 Vairables

2.1) Variables in Java

2.2) How to declare variables?

2.3) Types of Variables

Chapter-3 JVM & Architecture

3.1) What is JVM?

3.2) How JVM Works?

Chapter-4 Data Types

4.1) Java Data Types

4.2) Primitive Data Types

4.3) Non-Primitive Data Types

Chapter-5 Java Operators

5.1) Java Operators

5.2) Arithmetic Operators

5.3) Relational Operators

5.4) Bitwise Operators

5.5) Logical Operators

5.6) Assignment Operators

Chapter-5 Java Control Statements

Chapter-6 Arrays

Chapter-7 OOP's Concept