InterviewSolution
Saved Bookmarks
| 1. |
Which Containers Use Flowlayout As Their Default Layout In Java Programming? |
|
Answer» The PANEL and Applet CLASSES USE the FlowLayout as their default layout. The Panel and Applet classes use the FlowLayout as their default layout. |
|