Edit Game
Introduction to Java Programming - Activity#4
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public



 Save

Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   10  Close
What is the output of the following code segment? System.out.println("The result is: "+(10*20*10));
The result is: 2000
What is the output for the above code segment?
2.0
What is the output of the above Java program?
MySuperJava
Which of the below Java keywords is used to define a constant?
final
Which of the following is the appropriate data type for the below example? _______________ mark = false;
boolean
Which of the following is not an arithmetic operator?
=
What is the value of result after the following Java statements execute?
119
Which primitive type can hold the largest value?
double
Which of the following is not a primitive type?
String
What is the final result of the following expression as evaluated by Java?
2