what is use of functional interface in java 8?


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

Post New Answer

More Core Java Interview Questions

Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?

0 Answers  


What is the difference between Access Modifier and Access specifier?

1 Answers  


What is a variable in java?

0 Answers  


What do you mean by garbage collection used in java?

0 Answers  


To set the position and size of a component, which methods are used?

3 Answers  


explain about method overloading and method overriding with difficult examples

4 Answers  


What is static in java?

0 Answers  


my method "abc" return array of interface "xyz" and "pqr" is abstract class implements abc and class "jkl" extends pqr My problem 1) when i call abc it retrun array xyz how can i do this hint xyz refer_xyz = new jkl(); but i can't create array. 2)I want to access method of jkl using reference of xyz??

1 Answers  


Can we override compareto method?

0 Answers  


How do you relate a Interface to a Class? Tell me in Detail?

4 Answers  


what is inner class in java?

0 Answers   IBS,


what is bytecode ?explain in detail and watz the difference between bytecode and machine code?

6 Answers   Lucent,


Categories