posted 22 years ago
Here is the question
What statements about paint() method is true;
a)It is protected.
b)takes an instance of class Graphics.
c)it is static.
d)automatically called when you minimize and maximize a component such as a window.
e)has a version that takes an int as a parameter.
I picked b,d.
The answer given in the book is C.
Can someone clarify this.
Thanks in advance.