adplus-dvertising
frame-decoration

Question

Which of these functions is called to display the output of an applet?

a.

display()

b.

paint()

c.

displayApplet()

d.

PrintApplet()

Answer: (b).paint()

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of these functions is called to display the output of an applet?

Similar Questions

Discover Related MCQs

Q. Which of these methods can be used to output a string in an applet?

Q. Which of these methods is a part of Abstract Window Toolkit (AWT) ?

Q. Which of these modifiers can be used for a variable so that it can be accessed from any thread or parts of a program?

Q. Which of these operators can be used to get run time information about an object?

Q. An applet is a Java class that extends the

Q. Applets are designed to be embedded within an __________.

Q. Which of the following is required to view an applet?

Q. Which method is automatically called after the browser calls the init method?

Q. Which method is only called when the browser shuts down normally?

Q. Which method causes the audio clip to replay continually?

Q. paint() is an abstract method defined in AWT.

Q. ___________ method is defined in Graphics class, it is used to output a string in an applet.

Q. Java I/O is used to process the?

Q. Can we perform file handling in Java by Java I/O API?

Q. In java, how many streams are created for us automatically?

Q. Which method is used to write a byte to the current output stream?

Q. Which method is used to write an array of byte to the current output stream?

Q. ObjectFilter is a member of java.io package.

Q. ___________ returns true if called on a file and returns false when called on a directory.