What is the substitute of Rhino javascript engine in Java 8?
V8
Narcissus
Nashorn
Inscript
None of these
Correct Option: C
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.