What means " The class must be initialized by reading a text file " ? Do i have to write the code for reading the file in the constuctor with parameter the filename?
public class a{
public a(String filename){
// code to read the file
}
}