How we set Bean Id when we are creating web application using SpringMVC and Hibernet Integration
Answer / varun
This should be added in the spring xml configuration file.
<bean id="..." class="...">
<!-- collaborators and configuration for this bean go here -->
</bean>
| Is This Answer Correct ? | 0 Yes | 0 No |
How is a java object message delivered to a non-java client?
Where does the session Object stores? If 100 users are connecting to the server. How does it recognize which session belongs to which user?
5 Answers HCL, Mobillo Venture,
Define the remote interface?
Which containers use a border layout as their default layout?
Is there a guarantee of uniqueness for entity beans?
What is aop(assepct oriented programing)?
Can you write Java code for declaration of multiple inheritance in Java ?
Can we define constructors in Servlet?
3 Answers Accenture, Opus, Wipro,
Difference between loadclass and class.forname?
What value does read() return when it has reached the end of a file?
What is a class loader?
Explain the life cycle of servlet?