Basic and Advance Java Question:

What is the preferred size of a component in Java Programming?

Java Interview Question
Java Interview Question

Answer:

The preferred size of a component is the minimum component size that will allow the component to display normally.


Previous QuestionNext Question
What’s new with the stop(), suspend() and resume() methods in JDK 1.2?What method is used to specify a container’s layout in Java Programming?