Home » JAVA Programming » Java Basic » Question
  1. What is the substitute of Rhino javascript engine in Java 8?
    1. V8
    2. Narcissus
    3. Nashorn
    4. Inscript
    5. 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.



Your comments will be displayed only after manual approval.