Search Interview Questions | More than 3000 questions in repository. There are more than 900 unanswered questions. Click here and help us by providing the answer. Have a video suggestion. Click Correct / Improve and please let us know. |
|
| ||||
Object Oriented Programming - Interview Questions and Answers for 'Singleton scope' - 1 question(s) found - Order By Newest | ||||
| ||||
Ans. Stateless objects are the objects without instance fields (instance variables). The class may have compile time constants i.e static final fields.Immutable objects are the objects which have state but the state cannot be changed after initialization. Both are Thread safe. | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve  java   stateless objects   immutable  immutability objects   objects   singleton scope | ||||
Related Questions | ||||
Why do we need Inner classes ? Cant we just work with outer classes wherever we implement Inner classes ? | ||||
Let's suppose we have an to destroy objects, Design a program to implement garbage collection ? | ||||
How can we create objects if we make the constructor private ? | ||||
Difference Between this() and super() ? | ||||
Please specify in what sequence the objects of following classes will be created ? Session , SessionFactory, Query , Configuration | ||||
Which interface provides the capability to store objects using a key-value pair? | ||||
What is an Object ? | ||||
How many SessionFactory and Session objects are created ? | ||||
Can we declare Entity class as final ? | ||||