rajkamal


{ City } bangalore
< Country > india
* Profession * technical lead
User No # 23897
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 38
Users Marked my Answers as Wrong # 19
Questions / { rajkamal }
Questions Answers Category Views Company eMail




Answers / { rajkamal }

Question { TCS, 30810 }

what is lazy loading in hibernate?Explain in detailed manner?


Answer

Check out this link.

http://www.javalobby.org/java/forums/t20533.html

it's probably one of the good answers I think explains what
and how it goes.

Is This Answer Correct ?    38 Yes 17 No

Question { 7268 }

why there are multiple catches for a try block.don't tell me
that there can be multiple exception of a code segment
that's why.tell me the real fact behind this.


Answer

Handle e\any es\exception at the layer that can handle it
in an efficient manner, else propagate it upwards!

Is This Answer Correct ?    0 Yes 2 No