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

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

WithoutBook は、分野別の面接質問、オンライン練習テスト、チュートリアル、比較ガイドをひとつのレスポンシブな学習空間にまとめています。

面接準備

Core Java 面接の質問と回答

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

質問 216. How many static init can you have ?

As many as you want, but the static initializers and class variable initializers are executed in textual order and may not refer to class variables declared in the class whose declarations appear textually after the use, even though these class variables are in scope.

役に立ちましたか? コメントを追加 コメントを見る
 

質問 217. What is mutable object and immutable object?

If a object value is changeable then we can call it as Mutable object. (Ex., StringBuffer, ') If you are not allowed to change the value of an object, it is immutable object. (Ex., String, Integer, Float, ')

役に立ちましたか? コメントを追加 コメントを見る
 

質問 218. What is the basic difference between string and stringbuffer object?

String is an immutable object. StringBuffer is a mutable object.

役に立ちましたか? コメントを追加 コメントを見る
 

質問 219. What is the byte range?

128 to 127

役に立ちましたか? コメントを追加 コメントを見る
 

質問 220. Can a double value be cast to a byte?

Yes, a double value can be cast to a byte.

役に立ちましたか? コメントを追加 コメントを見る
 

ユーザー評価で最も役立つ内容:

著作権 © 2026、WithoutBook。