Writing to a File: Java.io
Good day,
I would like to know if it is possible to use a general file for 20 to 30 users.
What will happen when two or more users try to open and save a same file simultaneously? Will the thing crash, will there be an exception or will it work?
Thanks for you help!
Dimitri Depaepe.

