class Main { public static void main(String args[]){    final int i;    i = 20;    i = 30;    System.out.println(i); }} - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
683 followers study24x7 13 Apr 2019 06:44 PM study24x7 study24x7

class Main { public static void main(String args[]){

    final int i;
    i = 20;
    i = 30;
    System.out.println(i);
 }
}

A

30

B

0

C

20

D

Compiler Error

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles