can u explain about design patterns like
singleton,builder,factory
Answer / Suraj Singh Rana
1. Singleton: Ensures a class has only one instance while providing a global point of access to it.
2. Builder: A construction pattern that allows complex objects to be built step by step.
3. Factory: Creates objects without specifying the exact class of object that will be created.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is ejbdoclet?
Explain ejbhome and ejbobject in ejb?
Explain Stateful session bean life cycle?
Life Cyle methods in Entity Bean with Bean Managed Persistence
What does statelessness mean?
What is session facade in ejb?
What is applicationscoped?
How many ejb objects are created for a bean?
What are types in SessionBeans?
What is the difference between @requestparam and @pathvariable?
Is ejb be called from another ejb? If yes then how?
Is success EJB3.0 in the Market? IF yes just explain main differences between EJB2.0 and EJB3.0.