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 java ide should I use?
What is difference between class and object in java?
What is a type parameter in java?
Can we access the non-final local variable, inside the local inner class?
Is 0 an even number?
Is java call by reference?
Wha is the output from system.out.println(“hello”+null); ?
Is null a string in java?
What is the use of string and stringbuffer?
What is the difference between reader/writer and inputstream/output stream?
What is flush buffer?
What is main difference between variable and constant?
What is google full form?
Can java arraylist hold different types?
What is difference between == and === in js?