Jobs & Education4 mins ago
Java programmers, please help !!!
3 Answers
Hi, i am trying to complete a java applet and need some help. I want to create an applet which can act as a survey. I have already created it so that it recognises what has been selected, and then adds 1 to a variable. I am hoping to allow the applet to store previous selections and then they can be recalled when they are needed. I am only a begginer so a simple explanation, or some one on one help would be really helpful, i can contact through email. Thankyou. Matt
Answers
Best Answer
No best answer has yet been selected by mc_reload. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.I've no idea if it's different for an applet but I've probably got an old program of mine in java that reads from a text file and writes to it.
The first set of 3 files I've found go a roundabout way of writing to a file : using a "container".
The second file I've found is simpler and shows you initially how to read from a file. Look here for excerpts:
http://www.stevie21.f2s.com/java.txt
The first set of 3 files I've found go a roundabout way of writing to a file : using a "container".
The second file I've found is simpler and shows you initially how to read from a file. Look here for excerpts:
http://www.stevie21.f2s.com/java.txt
Related Questions
Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.