Hey! I just started learning java, and I am using this book called blueJ, but anyway, I am stuck on one of the questions following:


Given a variable

Printer p1;

which currently holds a printer object and two methods inside the printer class with the headers public void print(String filename, boolean doubeSided)
public int getStatus (int delay)

write two possible calls to each of these methods.

How do I do this?

Any and all help appreciated.


/Alexander