Define nashorn in java8.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

If I have 1000 objects and my requirement is to sort them quickly, then which collection would you recommend and why?

5 Answers   KPIT,


what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?

2 Answers   Satyam,


What is tochararray in java?

0 Answers  


Difference between string, stringbuffer and stringbuilder?

0 Answers  


What are different types of access modifiers?

3 Answers  






What is skeleton and stub? What is the purpose of those?

0 Answers  


Why use string handling in Java?

0 Answers   HCL,


How to transfer data from an Applet to Servlet ?

1 Answers  


How many threads can I run java?

0 Answers  


How do you convert an int to a double in java?

0 Answers  


Howmany classes that package java.applet.* contains?

1 Answers   TCS,


The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }

4 Answers   Ness Technologies, TCS,


Categories