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 are recursive functions?
What is re-factoring in software?
What is the difference between jdk and jre?
How do you compare two objects?
Explain OOPs concept.
Tell me a few examples of final classes defined in Java API?
What does @param args mean in java?
What are adapter classes?
What is preparedstatement in java?
List out benefits of object oriented programming language?
Write a program in java to create a doubly linked list containing n nodes.
Can we clone singleton object in java?
What is difference between identifier and variable?
What do you mean by chromounits in java8?
Can you create an object of an abstract class?