Saturday, 18 February 2017

Variables / Fields in Java

Variables / Fields in Java
//


Declaring Variables

Before using any variable, give it a name and data type. This is known as declaring a variable. The syntax for declaring a variable is
dataType indentifier;
or
dataType identifier1, identifier2,.......;

Java objects stores states in fields. Java programming
Read More about it from the following link : http://coding-guru.com/java-variables-fields/ posted by Gul


Previous Post
Next Post

About Author

0 comments: