What is clipping and repainting and what is the relation
between them?
Answer Posted / shyam
When a window is repainted by the AWT painting thread, it
sets the clipping regions tothe area of the window that
requires repainting.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is local class in java?
Can sleep() method causes another thread to sleep?
Does java vector allow null?
Which oo concept is achieved by using overloading and overriding?
Can static method access instance variables ?
Why we use methods in java?
What is encapsulation in java?
How can we achieve thread safety in java?
Can we override private method in java?
What are the ways in which a thread can enter the waiting state?
what is the major difference between linkedlist and arraylist in java?
What is the purpose of an interface?
What is unsigned char?
Can arraylist contain null values?
Is array a class in java?