0
Scope of variables in java
java variables type and scope of variable are same answer or not
2 odpowiedzi
0
No. The variable type is what kind of data is in the variable (integer, float, boolean, string, char, etc.) The scope is where the variable can be access, when it's destroyed, etc.
0
thanks yrr