Toggle Navigation
Games
Blog
Class PIN
Join for Free
Sign in
Toggle Navigation
Games
PIN
Join for Free
Blog
Pricing
Contact us
Help center
Sign in
Study
Introduction to Java Programming - Activity#1
0
%
0
0
0
Back
Restart
Where does a java program start executing instructions from?
main method
Oops!
Okay!
What do we call the process of finding and fixing errors in programming?
debugging
Oops!
Okay!
True or False: Identifiers can start with a number.
False
Oops!
Okay!
True or False: Java is case sensitive, which means identifier Hello and hello would have different meaning in Java.
True
Oops!
Okay!
Which of the following represents a single line comment in Java?
//
Oops!
Okay!
True or False: A program won't run if there is a logic error.
False
Oops!
Okay!
The keyword "method" is another name for ______________.
a function
Oops!
Okay!
Which of the following is the correct header for the main() method in Java?
public static void main (String args[])
Oops!
Okay!
What is the output for the following statements? System.out.println("This question"); System.out.println("is easy!");
:)
Oops!
Okay!
Which of the following statements is used to display an output in Java?
System.out.println();
Oops!
Okay!
A non-executed line of code is called a Java _____________.
comment
Oops!
Okay!
True or False: A Java statement is one or more lines of code terminated by a semicolon.
True
Oops!
Okay!
True or False: Syntax errors are caused by incorrectly typed source code.
True
Oops!
Okay!
What is the output for the following statements? System.out.print("This question "); System.out.println("is easy!");
:)
Oops!
Okay!
Your experience on this site will be improved by allowing cookies.
Allow cookies