Easy Tutorial
For Competitive Exams

Which of the following variable declaration would not compile in Java program?

int VAR;
int var1;
int 1_var;
All are correct
Explanation:
It is illegal to declare a variable name by using integer in the start place.
Share with Friends
Privacy Copyright Contact Us