اكثر اسئلة واجوبة المقابلات طلبا والاختبارات عبر الإنترنت
منصة تعليمية للتحضير للمقابلات والاختبارات عبر الإنترنت والدروس والتدريب المباشر

طوّر مهاراتك من خلال مسارات تعلم مركزة واختبارات تجريبية ومحتوى جاهز للمقابلات.

يجمع 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.