What do we need to import so that the code below compiles correctly?
package org.hyperskill.java;
// ...
public class StdPrinter {
public void println(String text) {
out.println(text);
}
}
Select the correct import statement.
What do we need to import so that the code below compiles correctly?
package org.hyperskill.java;
// ...
public class StdPrinter {
public void println(String text) {
out.println(text);
}
}
Select the correct import statement.
Create a free account to access the full topic