InterviewSolution
Saved Bookmarks
| 1. |
But Javascript Cannot Read Files Etc. Right? |
|
Answer» Not really. Javascript on the browser has RESTRICTIONS. Sahi’s SCRIPT executes inside a JAVA process. You can read/write files, connect to databases, and do pretty much ANYTHING that Java can. Not really. Javascript on the browser has restrictions. Sahi’s script executes inside a Java process. You can read/write files, connect to databases, and do pretty much anything that Java can. |
|