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 |
Explain the architectural relationship between EJB & XML?
Can the primary key in the entity bean be a Java primitive type such as int?
Is functional programming stateless?
What are the limitations of using local object?
What do you mean by ‘hot deployment’ ?
What is ejb context?
TX operation funtion executed by?
What happens when I change a value in the httpsession from inside an ejb?
Write down the steps for the creation of stateless ejb.
What do you mean enterprise javabeans (ejb) container?
How to create ejb project in eclipse?
Why do we need ejb in java?