Search...

Showing posts with label Types of Variable in JAVA. Show all posts
Showing posts with label Types of Variable in JAVA. Show all posts

Saturday, December 20, 2014

Types of Variable in JAVA? Is JAVA a pure object oriented programming language?

A class can contain any of the following variable types.

Local variables : variables defined inside methods, constructors or blocks are called local variables. The variable will be declared and initialized within the method and the variable will be destroyed when the method has completed.