I am student and am developing a mobile quiz game by using Java ME and NetBeans 6.9. I have to store the questions and answers in a database, and I want to connect my MIDlet to the database.

link|improve this question
feedback

1 Answer

You can do it in two ways .

  1. You can use local storage RMS you can use to store data.
  2. You can store your data on server and interact using web services.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.