Multiple Choice
What will happen if you do not put curly braces around a method body?
A) You will get the message illegal start of expression.
B) You will get the message ';' expected.
C) You will get one or more compiler errors.
D) All of these are correct.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q52: Mutator methods can be void methods or
Q53: An instance method can reference which of
Q54: static methods can reference non-static variables.
Q55: A method parameter or local variable that
Q56: Suppose Angelica ran a program with multiple
Q58: How should slashes and asterisks be used
Q59: A package statement uses the keyword _.
Q60: Which of the following is an advantage
Q61: A javadoc comment ends with:<br>A) //.<br>B) /*.<br>C)
Q62: Inside the curly braces we define the