What is Applet Flickering ?
Answer / rajesh manem
: When an applet is executing some graphics using a thread,
some color desolution will be happening, this is called as
flickering
| Is This Answer Correct ? | 9 Yes | 0 No |
Name container classes in java programming?
Is Java is 100% pure OOPS? Explain?
What is the use of anonymous inner classes ?
What is difference between throw and throws ?
Can we add two byte variables and assign the result to a byte variable ? b=b1+b2 where b,b1,b2 are byte types
why we are calling j2se why not j1se or j3se or j4se..etc is there any reason.. can u please explain it... i shocked in my interview when they asked this question please explain ans
which of tha following is not a thread safe class? a) ArrayList b)Vector c)HashTable d)None
Is empty .java file name a valid source file name?
What is a null point?
explain autoboxing in java?
How big is a 32 bit integer?
When do I need to use reflection feature in java?