InterviewSolution
Saved Bookmarks
| 1. |
What is the substitute of Rhino javascript engine in Java 8?(a) Nashorn(b) V8(c) Inscript(d) Narcissus |
|
Answer» Correct choice is (a) Nashorn Best explanation: Nashorn provides 2 to 10 times faster in terms of performance, as it directly compiles the code in memory and passes the bytecode to JVM. Nashorn uses invoke dynamic feature. |
|