Exploring Data Type & Variables in Java – User friendly Tech help
Java is a strongly typed programming language unlike Vbscript,Perl.In novice terms it means that all the variables in the Java programming language ought to have a particular data type.nnExample we cannot use a variable say “xyz” in the code before declaring this like:- String xyz;nnWhat is a Variable?nVariable is the name given to the reserved…