Single Choice Not Set

QDetermine output:
public class Test{
      int a = 10;
    
      public void method(int a){
            a += 1;
            System.out.println(++a);
      }
      public static void main(String args[]){
            Test t = new Test();
            t.method(3);
      }
}

ID: #2027 Java Data Types and Variables - MCQ 1,100 views
Question Info
#2027Q ID
Not SetDifficulty
Java Data Types and Variables - MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A 4
  • B 5
  • C 12
  • D 11
Correct Answer

Explanation

5

Share This Question

Challenge a friend or share with your study group.