热门面试题与答案和在线测试
面向面试准备、在线测试、教程与实战练习的学习平台

通过聚焦学习路径、模拟测试和面试实战内容持续提升技能。

WithoutBook 将分主题面试题、在线练习测试、教程和对比指南整合到一个响应式学习空间中。

面试准备

Java Swing 面试题与答案

Test your skills through the online practice test: Java Swing Quiz Online Practice Test

问题 6. What is lightweight component?

A lightweight component is one that "borrows" the screen resource of an ancestor (which means it has no native resource of its own -- so it's "lighter").

这有帮助吗? 添加评论 查看评论
 

问题 7. What is double buffering ?

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.

这有帮助吗? 添加评论 查看评论
 

问题 8. What is an event in Swing?

Changing the state of an object is called an event.

这有帮助吗? 添加评论 查看评论
 

问题 9. What is an event handler in swing?

An event handler is a part of a computer program created to tell the program how to act in response to a specific event.

这有帮助吗? 添加评论 查看评论
 

问题 10. What is a layout manager?

A layout manager is an object that is used to organize components in a container.

这有帮助吗? 添加评论 查看评论
 

用户评价最有帮助的内容:

版权所有 © 2026,WithoutBook。