Does applet have access to client’s file system
No
What is JRE
Java run time environment
What is appletviewer
This is an application from sun to view applet without using browser.
What are classes for applet
Applet or JApplet
What is applet tag of HTML
Java applet that draws animated bubbles.
What is the command to run appletviewer
appletviewer test.html
What are applet methods
public void init() public void start() public void stop() public void destroy() public void paint(Graphics)
When start method of applet called
start is called whenever applet is maximized
When stop method of applet called
stop is called whenever applet is minimized
what paint method of applet called
for repaint
What is random method
Math.random()