✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
import java.io.File;
public class FileTest {
static void p(String s) {
System.out.println(s);}
public static void main(String args[]) {
File fl = new File("/java/COPYRIGHT");
p("Ім’я файла: " + fl.getName());
}}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!