can it execute programs on my computer ?
feedback
|
migrated from stackoverflow.com Feb 7 '10 at 8:48
This question came from our site for professional and enthusiast programmers.
closed as not a real question by Sathya♦ Mar 10 at 14:35
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
Only if either:
| |||
feedback
|
|
No. Java has a built in security mechanism will prevents applets from performing certain method calls. See the documentation for Runtime#exec(), for example. | |||
|
feedback
|