Java Programming Language MCQ Declaration and Access Control in Java
⚠ Report ✓ Question Verified Copy Link
public class Test{ static{ int a = 5; } public static void main(String[] args){ System.out.println(a); } }
Learn More MCQ Questions from Java Programming Language MCQ Declaration and Access Control in Java