First post

 

Do you hear me?

public class Test {
    public static void main(String args[]) {
        System.out.println("Hello World");
    }
}

As you can see, Java is the language of use in my projects.