Q. What will be the output of the following Java code?
Code:class Output
{
public static void main(String args[])
{
int x=y=z=20;
}
}
β
Correct Answer: (D)
compile time error