InterviewSolution
Saved Bookmarks
| 1. |
Define Nashorn in Java 8 |
|
Answer» NASHORN is a JavaScript processing engine that is bundled with JAVA 8. It provides better compliance with ECMA (European COMPUTER MANUFACTURERS Association) normalized JavaScript specifications and better performance at run-time than older versions. |
|