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

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

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

面试准备

Core Java 面试题与答案

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

问题 231. What is inner class?

If the methods of the inner class can only be accessed via the instance of the inner class, then it is called inner class.

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

问题 232. What is the use of serializable?

To persist the state of an object into any perminant storage device.

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

问题 233. Why do threads block on I/O?

Threads block on i/o (that is enters the waiting state) so that other threads may execute while the I/O operation is performed.

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

问题 234. What class allows you to read objects directly from a stream?

The ObjectInputStream class supports the reading of objects from input streams.

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

问题 235. What an I/O filter?

An I/O filter is an object that reads from one stream and writes to another, usually altering the data in some way as it is passed from one stream to another.

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

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

版权所有 © 2026,WithoutBook。