Java Swing Interview Questions and Answers
Ques. What is double buffering ?Ans. Double buffering is the process of use of two buffers rather than one to temporarily hold data being moved to and from an I/O device. Double buffering increases data transfer speed because one buffer can be filled while the other is being emptied. |
Is it helpful?
Yes
No
Most helpful rated by users:
- Why does it take so much time to access an Applet having Swing Components the first time?
- What\'s Java Swing?
- What are the differences between Swing and AWT?
- What is AWT?
- What is JFC?