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 |
suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?
What is the immediate superclass of the Dialog class?
What is java virtual machine? Explain
Can we store variables in local blocks?
What is treeset in java collection?
What is the difference between the continue and break statement?
What is return null in java?
What is a boolean field?
if am have 100 threads(for ex:T1,T2---T100) how we give priority to these threads and how the system excute these threads
Is arraylist sorted in java?
What is the difference between checked exception and unchecked exception?
What is a buffer in computer?