Interview Questions - Advanced Java
93.
For which statements does it make sense to use a label?
The only statements for which it makes sense to use a label are those statements that can enclose a break or continue statement.
94.
What is the purpose of the System class?
The purpose of the System class is to provide access to system resources.
95.
Which TextComponent method is used to set a TextComponent to the read-only state?
setEditable().
96.
How are the elements of a CardLayout organized?
The elements of a CardLayout are stacked, one on top of the other, like a deck of cards.
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers