Q. What will be the output of the following Java program?
Code:class Output
{
public static void main(String args[])
{
final int a=10,b=20;
while(a
β
Correct Answer: (D)
compile time error