Java Language Basics

Answer all questions carefully. After submission, you will see a detailed result and answer review.

Question 1
Which of the following is not a keyword in Java.
Question 2
Which of the following is used to interpret and execute Java Applet Classes hosted by HTML.
Question 3
Which of the following tool used to execute Java code.
Question 4
Single line comment starts with _________ in Java.
Question 5
Java Source Code is compiled into ______________.
Question 6
Following example of Nested Comments is allowed in Java Programming Language. <pre class="prettyprint"> // /* Nesting Of Comment */ </pre>
Question 7
jar stands for _____________.
Question 8
Which of the following is used to see the details of the compilation?
Question 9
We can write comment like this in Java Programming. <pre class="prettyprint"> /* /* comment 1 */ comment 2 */ </pre>
Question 10
Which of the following is not a keyword in Java.