Get your own Java server
Main.java:3: error: incompatible types: String cannot be converted to int
    int x = "Hello";
            ^
1 error