⟩ Explain me what is singleton class and how can we make a class singleton?
Singleton class is a class whose only one instance can be created at any given time, in one JVM. A class can be made singleton by making its constructor private.
Singleton class is a class whose only one instance can be created at any given time, in one JVM. A class can be made singleton by making its constructor private.
Which JDK is needed to run Seam?
How would you convince my IT department to adopt SOA?
What are the differences between EJB 3.0 and EJB 2.0?
Do you know how you could add support for Web Service transactions?
How can you start a JTA transaction from a Servlet deployed on JBoss?
Is the Session Factory Thread safe?
Which Hibernate object wraps the JDBC Connection?
What is JTA?
What is the difference between Hibernate and EJB 3? Do not you think EJB 3 is just a clone of Hibernate?
What if you need to span your transaction across multiple Servlet invocations?