IT Placement Papers JAVA Core Java
This category contains Core Java Interview Questions and Answers
Search by tag : Java Interview Questions, Core Java Interview Questions |
What is the difference between the paint() and repaint() methods?
|
|
|
|
|
The paint() method supports painting via a Graphics object. The repaint() method is used to cause paint() to be invoked by the AWT painting thread.
Related items
Only registered users can write comments. Please login or register.
|