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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
5
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic