Latest Java Aptitude Question SOLUTION: Q. Why there are no global variables in Java? A. Global variables are globally accessible. Java does not support globally accessible variables due to following reasons: 1)The glob