Question: Java programming Please answer all Section A-SINGLE CHOICE QUESTIONS (20 marks in total with 2 marks each) 1. Consider a Java program with the following
Section A-SINGLE CHOICE QUESTIONS (20 marks in total with 2 marks each) 1. Consider a Java program with the following code. int value- for(int i -4, ii value +i; System.out.print(value + What actual values are needed to assigned in D, , and 3 so that the output when the code is executed will be: 79 11 13 A. -3, -11, 1 C. -3, -13, 2 E. D-4, 11, -2 . -3, 11, -2 2. Which of the following statements will cause a compilation error A. int k-new String("aa"); C. char c-74 B. String str-new String( "bb") D. long j-8888 3. Suppose there're two classes called Class1, Class2, and two interfaces called Interfacel, Interface2. Within the class headers shown below, which one is correct? A. public class MyClass extends Class1,Class2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
