Java GUI Framework Interview Questions and Answers

Explain Java graphical interface framework in detail.
List out components by AWT? Explain each in brief.
Button
Canvas
Choice
Checkbox
Container
Panel
Scrollpane
Windows
Label
List
Scrollbar
TextComponent
TextArea
TextField
What is internationalization and localization?
Internationalization and localization - Internationalization is the process of developing globally..
What is Locale?
Locale represents languages and cultural preferences of a geographic area..
Java Resource Bundles - What is resource bundles?
Java Resource Bundles - When your program needs a locale-specific resource your program can load it from the resource bundle..
Post your comment