Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Java Applet Interview Questions and Answers

Question: When is update method called?
Answer: Whenever a screen needs redrawing (e.g., upon creation, resizing, validating) the update method is called. By default, the update method clears the screen and then calls the paint method, which normally contains all the drawing code.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook