java - how to change the values in the array list -


i doing assignment in school, have make restaurant table management system. have written following code having problem edit items. supposed edit items in array list. have make sure when re-run program changes still there. editmenu() in manager class , array list in meal class

but have make sure when re-run program changes still there.

use file or database. vanish when rerun program since in memory before.


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

C++ Program To Find Smallest and Largest Number In Array -

How do I compare strings in Java? -