Question 2
Saving files to the device is perfectly accepted, however the location may need to change depending on windows xp and windows 7.
Windows XP, you can save it to programs files folder.
Windows 7, you CAN NOT save it to the Programs Files folder, you can save it to Programs Data folder. The new security levels on windows 7 won't allow apps to save files to Programs Files folder.
Some developer don't want to have two different versions on where to save the folder, so you can also save it to your own application folder you create. Such as C:\My App Files.





Java Questions