Output

  1  public class ShowSyntaxErrors {
  2    public static main(String[] args) {
  3      System.out.println("Welcome to Java);
  4    }
  5  }