What are top-level containers? What is their significance?
Answer»
The top level containers are JFrame, JDialog, JApplet.
Top level containers and all its child components can be moved, hidden, shown, etc. in a single operation e.g., if you move a container then its child components also move with it; if you hide a container then all of its child controls also get hidden.