public class A {     public static void main(String[] args)     {         System.out.println('j' 'a' 'v' 'a');     } } - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
683 followers study24x7 22 Mar 2019 12:51 PM study24x7 study24x7

public class A {     public static void main(String[] args)
    {
        System.out.println('j' + 'a' + 'v' + 'a');
    }
}

A

 java

B

Something else (Other than simple concatenation)

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