Is functional programming stateless?



Is functional programming stateless?..

Answer / Shobha Ken

No, functional programming is not necessarily stateless. While functions in functional programming are meant to be pure and not modify external state, the data that functions operate on can still have a state. However, many functional programming languages emphasize immutability of data and encourage writing stateless functions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

Explain the architectural relationship between EJB & XML?

1 Answers   Wipro,


Can the primary key in the entity bean be a Java primitive type such as int?

2 Answers   CTS,


Is functional programming stateless?

1 Answers  


What are the limitations of using local object?

1 Answers  


What do you mean by ‘hot deployment’ ?

1 Answers  


What is ejb context?

1 Answers  


TX operation funtion executed by?

1 Answers   Satyam,


What happens when I change a value in the httpsession from inside an ejb?

1 Answers  


Write down the steps for the creation of stateless ejb.

1 Answers  


What do you mean enterprise javabeans (ejb) container?

1 Answers  


How to create ejb project in eclipse?

1 Answers  


Why do we need ejb in java?

1 Answers  


Categories