Answers

Question and Answer:

  Home  Java

⟩ What is the difference between the paint() and repaint() methods in Java Programming?

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.

 209 views

More Questions for you: