Good day,
I have an object, that contains a hashmap, that is dynamically utilized on client and server data transfer. that object may contain a string, an arraylist, or an object itself.
Based on the observation, i found out that, when the database will be reset, the client could still able to send the reliable data(through showing on the stream - println) but when the server received it, the essential list of data have lost.
What can you advice about this scenario?
Im looking forward to your replies experts :)
I have an object, that contains a hashmap, that is dynamically utilized on client and server data transfer. that object may contain a string, an arraylist, or an object itself.
Based on the observation, i found out that, when the database will be reset, the client could still able to send the reliable data(through showing on the stream - println) but when the server received it, the essential list of data have lost.
What can you advice about this scenario?
Im looking forward to your replies experts :)
Comment