Compile and Debug Java

Hi All,

I’m Totally new in this World in I would like to know if there is any free compiler easy to use that you would recommend.

Thanks

Let’s say that I have the following code and I want to run it. I would like to have an easy and intuitive compiler instead of going through the promt.

Thanks again

public class HelloWorld{

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

}