Which of the following can be valid declarations of an integer variable?
Select 2 options
Correct Options are : B E
For Option A.
global is an invalid modifier.
There is nothing like global in java.
The closest you can get is static.
For Option C.
Int with a capital I is invalid.
For Option D.
Int with a capital I is invalid.