- What’s Java Swing?
- What is JFC?
- What is AWT?
- What are the differences between Swing and AWT?
- What are heavy weight components ?
- What is lightweight component?
- What is double buffering ?
- What is an event in Swing?
- What is an event handler in swing?
- What is a layout manager?
- What is clipping?
- Which containers use a border Layout as their default layout in swing?
- What is the preferred size of a component?
- What method is used to specify a container’s layout?
- Which containers use a FlowLayout as their default layout?
- Which method of the Component class is used to set the position and size of a component?
- What is the What is the difference between invokeAndWait() and invokeLater()?
- Why should any swing call back implementation execute quickly?
- What is an applet?
- What is the difference between applications and applets?
- Which method is used by the applet to recognize the height and width?
- When we should go for codebase in applet?
- What is the lifecycle of an applet?
- Which method is used for setting security in applets?
- What is an event and what are the models available for event handling?
- What are the advantages of the event-delegation model over the event-inheritance model?
- Can a class be it’s own event handler? Explain how to implement this?
- Why does JComponent have add() and remove() methods but Component does not?
- What is the relationship between clipping and repainting?
- What class is at the top of the AWT event hierarchy?
Interview Questions and Answers PDF free download for freshers and beginners, Multiple Choice Questions (MCQs), Placement Papers