InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by JJS in Java8? |
|
Answer» JAVA 8 INTRODUCED a COMMAND TOOL jjs for the Nashorn to execute the javascript program codes at the console. |
|