What is Applet Flickering ?



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

Post New Answer

More Core Java Interview Questions

Which non-unicode letter characters may be used as the first character of an identifier?

0 Answers  


84. try { 85. ResourceConnection con = resourceFactory.getConnection(); 86. Results r = con.query(”GET INFO FROM CUSTOMER”); 87. info = r.getData(); 88. con.close(); 89. } catch (ResourceException re) { 90. errorLog.write(re.getMessage()); 91. } 92. return info; Which is true if a ResourceException is thrown on line 86? 1 Line 92 will not execute. 2 The connection will not be retrieved in line 85. 3 The resource connection will not be closed on line 88. 4 The enclosing method will throw an exception to its caller.

1 Answers  


Explain about method local inner classes or local inner classes in java?

0 Answers  


How do you sort an array in java?

0 Answers  


What are the common problems you have faced while implementing Java?

1 Answers   IBM,


where can we get jAVA project orientation traing in HYDERABD

0 Answers  


What is printwriter in java?

0 Answers  


How many threads can I run java?

0 Answers  


What is the ResourceBundle?

2 Answers   Elementus Technologies,


How do you use parseint in java?

0 Answers  


who can we create the object of a class? in how many ways we can create it (max 5)

2 Answers  


Explain about static nested classes in java?

0 Answers  


Categories