Home > Net >  Java application development
Java application development

Time:02-10

I am in the middle of an application using java. The application will manipulate the data offline but there will be a copy of the database online. Upon detecting the network, the application will update the online database with all the changes made to offline database. I don't know if this is possible with java programming language. Any relevant guide that can help me out? Please help a friend in need. Thank you.

CodePudding user response:

  •  Tags:  
  • Related