Show Menu
Cheatography

Java Cheat Sheet (DRAFT) by

It is related to java oop concepts.

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Class

Class is a blueprint from which objects are created
When we create Class then we have to find out what are things that the Class knew or what are the things that class can do
The things that class knew are called the instant variables
The things that class can do are called the methods.
 

Variables

Variables are like the a cup that holds something.
Variables are used to store the inform­ation.
There are three types of variables.
There are three types of variables.
Data types define what type of data the variable can store.