0% found this document useful (0 votes)
14 views

Java Variables

Uploaded by

Paresh Sonparote
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Java Variables

Uploaded by

Paresh Sonparote
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Local Variables

Instance Variables/ Global/ Non Static

Static Variables/ Class Variables

Explicit Declaration

Implicit Declaration

Single variable
Variable declaration
Multiple variable

Initialization
Assign values to variables
Java Variables Reading

Variable Declaration Java Variables are case sensitive

Java variable name should start with a


letter or $ or _
Variable naming restrictions
Variable names should not match with
Java keywords

Java variables must be unique in the scope


of declaration

A Sample program which will cover all


variable declaration concepts

Constants

You might also like