maniishankar.wordpress.com
Java – Java Variable Types
In Java all variables must be declared before the use.basic declaration will be like, Syntax: ‘ DataType VariableName; ‘ Example: int a; float b; Continuous declaration also allowed lik…