الرجوع
تسجيل الدخول

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");
    }
}