How to implement dphibernate to activate lazy loading in
Flex with java ?thanx in advance!


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Advanced Java Interview Questions

whats is statement and procedure

0 Answers   TCS,


Difference Between java & javax

5 Answers   Sun Microsystems, Wipro,


What are the different approaches to represent an inheritance hierarchy?

0 Answers  


What is message driven beam?

0 Answers  


Why RMI required an interface?

1 Answers  






What is difference RMI registry and OSAgent?

1 Answers  


What is the difference between RMI and Corba?

0 Answers   Infotech,


In a multitiered application which tier is the browser in?

10 Answers   Adobe,


What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }

2 Answers   Wipro,


What is a class loader? What are the different class loaders used by jvm?

0 Answers  


Can I import same package/class twice? Will the jvm load the package twice at runtime?

0 Answers  


What is synchronization and why is it important?

0 Answers  


Categories