الرجوع
تسجيل الدخول
أنت تتصفح نسخة مؤرشفة من الموقع اضغط للانتقال إلى الموقع الجديد بكامل المزايا

What type of error does the following code generate?

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