Java Swing Programming Question:

Download Job Interview Questions and Answers PDF

What is double buffering ?

Java Swing Programming Interview Question
Java Swing Programming Interview Question

Answer:

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.

Download Java Swing Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is lightweight component?What is an event in Swing?