What is stateless object in java?



What is stateless object in java?..

Answer / Shyam Ji Goswami

A stateless object in Java is an object that does not maintain any client-specific state information between method invocations. Such objects can be recreated each time they are needed, and they do not depend on the order of method invocations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java Related AllOther Interview Questions

What is custom tag in java?

1 Answers  


Is java installed on windows 10?

1 Answers  


What is the need to declare main() method as static in Java?

12 Answers  


What is the difference between a jvm and a jdk?

1 Answers  


Why is lambda expression used?

1 Answers  


If one class havent the constructor, it has normal method, then can i use super keyword to call the method form the sub class and vice verse?

2 Answers  


What is explicit casting?

1 Answers  


What is static class in java?

1 Answers  


What about 'hostile applets'? : java security

1 Answers  


Does netbeans need jdk?

1 Answers  


How do you check if java is installed on windows command prompt?

1 Answers  


Why do we need framework in java?

1 Answers  


Categories