InterviewSolution
Saved Bookmarks
| 1. |
Can You Please Explain The Difference Between Window And A Frame In Java Programming? |
|
Answer» The FRAME class extends Window to define a MAIN APPLICATION window that can have a menu BAR. The Frame class extends Window to define a main application window that can have a menu bar. |
|