Applet AWT Swing Java Interview Questions – Set 04

Can you describe the architecture of a medium-to-large scale system that you actually designed or implemented? Can you white board the components of the system you recently worked on? How would you go about designing a JEE shopping cart application? Can you discuss some of the high level architectures you are experienced with There are … Read more

Applet AWT Swing Java Interview Questions – Set 03

What is the difference between applications and applets a)Application must be run on local machine whereas applet needs no explicit installation on local machine. b)Application must be run explicitly within a java-compatible virtual machine whereas applet loads and runs itself automatically in a java-enabled browser. d)Application starts execution with its main method whereas applet starts … Read more

Applet AWT Swing Java Interview Questions – Set 02

Which containers use a Flow layout as their default layout?- Panel and Applet classes use the FlowLayout as their default layout. What interface is extended by AWT event listeners All AWT event listeners extend the java.util.EventListener interface. Name four Container classes. Window, Frame, Dialog, FileDialog, Panel, Applet, or ScrollPane. What is the relationship between clipping and repainting When a window is repainted by … Read more

Applet AWT Swing Java Interview Questions – Set 01

What is “applet”? A J2EE component that typically executes in a Web browser but can execute in a variety of otherapplications or devices that support the applet programming model. What are the components of J2EE application? A J2EE component is a self-contained functional software unit that is assembled into a J2EE application with its related … Read more

Applet AWT Swing Java Interview Questions

Applet AWT Swing Java Interview Questions – Set 04 Applet AWT Swing Java Interview Questions – Set 03 Applet AWT Swing Java Interview Questions – Set 02 Applet AWT Swing Java Interview Questions – Set 01