what is lazy loading in hibernate?Explain in detailed manner?
Answer Posted / subbareddy .m
lazy loading means on demand initializing to words object
data string
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Is class is a abstract datatype in java?
In JCl , we have COND parameter.This holds comparison code and condition.It also has only and even parameters. ex: COND((4,GE),EVEN).what the comma mean here. is that 'and' or 'or'.
what are the differences between CONS, LIST, and APPEND
how CLR identify vb file?
is it possible to desable particular parameter of the normal orcle report based on some condition ?????? if yes,wht is the function for desabling a parameter...
Need guidewire related Documents(Interview Question/Tips/Best Practice/Dumps)
in IBM PC -AT.WAT AT REFERS TO?
what is difference between input parameter and output parameter.
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
diffrence between oracle apps , .NET , SAP
can we allocate memory for interface? if no then why?
1) How can u create the table?
what is throws keyword
what is programmable BIST in today ic design
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.