0
Applets and files
How to make applets to acess files to read and write
2 odpowiedzi
+ 1
And applets were never allowed to write files, and could only read files from the website they came from, not on the user's computer.
Java Web Start applications were different, but they were not running inside the webpages of the website, they were merely provided for installation by the website. ... And they're deprecated too.
0
removed in java 11