What is clipping and repainting and what is the relation
between them?
Answer / 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 |
what is the difference between a threads start() and run() methods? : Java thread
When object is created and destroyed?
Does java allow default arguments?
Difference between stack and queue?
What variables are stored in stack?
How many bits are allocated to represent character of character sets - Unicode, ASCII, UTF-16, UTF-8?
what is the replacement for GOTO in java?
Is string is a class in java?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
What is module in oop?
What are extraneous variables examples?
What does java se mean?