人気の面接質問と回答・オンラインテスト
面接対策、オンラインテスト、チュートリアル、ライブ練習のための学習プラットフォーム

集中型学習パス、模擬テスト、面接向けコンテンツでスキルを伸ばしましょう。

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。