What is lambda programming?



What is lambda programming?..

Answer / Hemant Bhardwaj

Lambda programming is a functional programming paradigm that treats functions as first-class citizens, meaning they can be passed around and used in various ways. In Java, it was introduced with Java 8 and allows you to create anonymous functions using the lambda syntax.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

why HashTable not allow null key and value

2 Answers   Crimson Logic,


Difference String and String Buffer

4 Answers  


what is the use of Clonable,and serializable interface?

1 Answers  


What does pointer mean?

1 Answers  


what is the difference between AWT and SWING what is the advantage of using swing?

3 Answers  


What is meant by oops concept in java?

1 Answers  


What is charat ()?

1 Answers  


Can we override constructors?

1 Answers  


What is variable explain?

1 Answers  


What is size () in java?

1 Answers  


can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread

1 Answers  


What is the significance of java packages?

1 Answers  


Categories