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 |
What is volatile keyword in java
Why is serialization required?
What is parseint?
String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?
6 Answers Flextronics, Keane India Ltd,
Is 9 a prime number?
What are identifiers in java?
What is illegal identifier in java?
What are multiple inheritances?
Question 6 [9] 6.1 In what situations (in general) would you use a TreeMap? (3) 6.2 In what situations (in general) would you use a HashSet to store a collection of values?
What is Applet Stub Interface ?
Where the CardLayout is used?
What is the difference between compile-time polymorphism and runtime polymorphism?