logo

Crowdly

Що буде виведено в консоль після запуску програми import java.io.File; ...

✅ 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());

}}

0%
0%
100%
0%
More questions like this

Want instant access to all verified answers on vns.lpnu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!