MultipleChoice
Given the code fragment:
Which two modifications should you make so that the code compiles successfully?
MultipleChoice
Which three statements are true about the structure of a Java class?
OptionsMultipleChoice
Which code fragment causes a compilation error?
MultipleChoice
Which three statements are true about exception handling?
OptionsMultipleChoice
Given the code fragment:
Which code fragment, inserted at line n1, pints The Top element: 30?
MultipleChoice
Given:
And given the commands:
javac Test.java
java Test
What is the result?
OptionsMultipleChoice
Given the following class:
Which three pieces of code, when inserted independently, set the value of amount to 100?
MultipleChoice
Given the code fragments:
And,
Which statement is true?
OptionsMultipleChoice
Given the following class:
Which two changes would encapsulate this class and ensure that the area field is always equal to length * height whenever the Rectangle class is used?
OptionsMultipleChoice
Given the code fragment:
Which two code fragments can be independently inserted at line n1 to enable the code to print the elements of the array in reverse order?
Options