Practice Questions
What is the default value of an int instance variable in Java?
Which loop guarantees at least one execution?
What will happen if an array index is out of bounds?
Which keyword is used to prevent method overriding?
Which class is used for dynamic arrays in Java?