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 |
What are the different types of exception?
How to send a request to garbage collector?
Is System.err.println(""Statement"); is execute the output on console . Example: System.err.println("Hello JAVA");
What is a sessionfactory? Is it a thread-safe object?
For an example, if we have some variable in run method, and we created one or more threads. Does all threads will share the same variable or a copy of variable is created for each thread??
In howmany ways a thread can be created?
whats is mean by connectionpooling
I wantr to know, How many number of users logged in to website? can any one answer
Explain about RMI Architecture?
For which statements does it make sense to use a label?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
What state does a thread enter when it terminates its processing?