What lambda means?


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

Post New Answer

More Core Java Interview Questions

What is double word?

0 Answers  


Why is stringbuffer not immutable?

0 Answers  


What is the difference between static and non-static variables in java programming?

0 Answers  


How many bits is a string?

0 Answers  


What is a java object and java application?

0 Answers  


Is cout buffered?

0 Answers  


This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .

3 Answers  


What is better - 'bit-shift a value' or 'multiply by 2'?

0 Answers   DELL,


can we Connect Applet to Data Base ? with Discriptiom. and also What is Diff. from Applet & Servlet?

1 Answers   Systematix,


1).Is Object class abstract or not? 2).Is main method(public static void main(String args[])low priority thread or high priority thread?

3 Answers   TCS,


Is an integer an object?

0 Answers  


why java does compile time polymorphism at run time ?

6 Answers   CTS, TCS,


Categories