What is the use of double buffering in swings?



What is the use of double buffering in swings?..

Answer / Anamika Choudhary

Double buffering in Swing helps to improve performance and reduce flicker by drawing components off-screen first before displaying them on the screen. This technique minimizes the number of times that repaint() method is called, thereby improving the overall visual smoothness.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Swing Interview Questions

Where is java swing used?

1 Answers  


What is Java Swing?

1 Answers  


Which swing methods are thread-safe?

1 Answers  


Which containers use a border Layout as their default layout in swing?

1 Answers  


What is difference between jframe and swing?

1 Answers  


What are the benefits if Swing over AWT?

1 Answers  


How do you swing an applet?

1 Answers  


What is an event and what are the models available for event handling?

1 Answers  


What are swing controls?

1 Answers  


What is the corresponding Layout for Card in Swing?

3 Answers   Patni,


What are the components of swing in java?

1 Answers  


What is swing delegation event model in java?

1 Answers  


Categories