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

What is the output of the following code?

import java.io.File;
public class Quiz2 {
    public static void main(String[] args) {
        File myFile = new File("Ball.txt");
    }
}