Answer Posted / pavankumar
Answer is correct,Need some explanation along with examples
for configuration xml and all.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is ioc concept & explain it?
Is jvm a overhead?
what is an isolation level?
How primary key is implemented in Oracle?
What is threadfactory?
Why are some of the class and element names counter-intuitive?
What is clustering? What are the different algorithms used for clustering?
What are the call back methods in entity bean?
What are the oops concept?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
What do you know about seam?
Why are component architectures useful?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What modifiers may be used with an interface declaration?