+ 3
Eror
when I try java "reading a file" program example in my computer it shows package java.util.formatter not found in import. solution please.
2 odpowiedzi
+ 9
Make sure you have a whitespace after the import keyword and correct your typos:
import java.util.Formatter;
+ 1
its not until its util
java.util.formatter