MCQ Single Best Answer Not Set

QWhat will be output of the following program code?
public class Test{
	public static void main(String[] a){
		short x = 10;
		x = x*5;
		System.out.print(x);
	}  
}

ID: #2015 Java Data Types and Variables - MCQ 2,668 views
Question Info
#2015Q ID
Not SetDifficulty
Java Data Types and Variables - MCQTopic

Choose the Best Option

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

  • A 50
  • B 10
  • C Compilation Error
  • D None of these
Correct Answer: Option C

Explanation

Compilation Error

Share This Question

Challenge a friend or share with your study group.