multithreading - How to create Java Thread -
I need to create a Point of Sale application. It has two squares one POS and other
bills .
POS class
bill class & amp;
Bill class handles all the arguments to calculate the final bill.
There is a requirement that I do not understand
An example of class should start the bill
POS .
-
Interface must be
bill bill = pos.createBill () .
<<> code.photoBill () The call should return a new example of the
bill class.
Bill will be used only in a thread that it was created.
I do not know which class should apply the thread and how should I call
POS should use Altton
Comments
Post a Comment