DEVFYI - Developer Resource - FYI

6 Q What is double buffering ?

Swing AWT Interview Questions


(Continued from previous question...)

6 Q What is double buffering ?

A 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.

(Continued on next question...)

Other Interview Questions