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

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

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

面接準備

Core Java 面接の質問と回答

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

質問 221. Can a Byte object be cast to a double value?

No, an object cannot be cast to a primitive value.

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

質問 222. How is rounding performed under integer division?

The fractional part of the result is truncated. This is known as rounding toward zero.

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

質問 223. What would you use to compare two String variables - the operator == or the method equals()?

I would use the method equals() to compare the values of the Strings and the == to check if two variables point at the same instance of a String object.

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

質問 224. Which non-Unicode letter characters may be used as the first character of an identifier?

The non-Unicode letter characters $ and _ may appear as the first character of an identifier

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

質問 225. What is a hashCode?

hash code value for this object which is unique for every object.

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

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

著作権 © 2026、WithoutBook。