Applets, AWT Section
What is an applet?
Applet is a java program which runs via java-enabled browser
Is graphics possible only in applets?
No, stand alone program frames can also display graphics
What is the relation between java and Internet?
With the help of java applets, we can write programming for Internet
Which package is required to write GUI (Graphical User Interface) programs?
Java.awt
Which package is required to write Applets?
Java.applet
What is an event?
A kind of action
What is event handling?
A procedure which gives functionality for the events
How to implement event handling?
By using interfaces like ActionListener, MouseListener
What is the method available in ActionListener Interface?
public void action performed(AcitonEvent e)
How to pass parameters to Applets?
By using PARAM tag.
What is an applet?
Applet is a java program which runs via java-enabled browser
Is graphics possible only in applets?
No, stand alone program frames can also display graphics
What is the relation between java and Internet?
With the help of java applets, we can write programming for Internet
Which package is required to write GUI (Graphical User Interface) programs?
Java.awt
Which package is required to write Applets?
Java.applet
What is an event?
A kind of action
What is event handling?
A procedure which gives functionality for the events
How to implement event handling?
By using interfaces like ActionListener, MouseListener
What is the method available in ActionListener Interface?
public void action performed(AcitonEvent e)
How to pass parameters to Applets?
By using PARAM tag.






0 Response to "Viva Questions for Java Lab"