100+ MCQ & Answer Java programming | page-01 |Computer Engineering MCQ And Answer
01.
Which of the following option leads to the portability and security of Java?
02.
Which of the following is not a Java features?
03.
The \u0021 article referred to as a
04.
____ is used to find and fix bugs in the Java programs.
05.
Which of the following is a valid declaration of a char?
06.
What is the return type of the hashCode() method in the Object class?
07.
Which of the following is a valid long literal?
08.
What does the expression float a = 35 / 0 return?
09.
Evaluate the following Java expression, if x=3, y=5, and z=10:++z + y – y + z + x++
++z + y – y + z + x++