What is cascade delete?


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

Post New Answer

More J2EE Interview Questions

Is j2ee a framework?

0 Answers  


What is full form of j2ee?

0 Answers  


What is a jpanel in java?

0 Answers  


Is j2ee a programming language?

0 Answers  


What is j2ee application?

0 Answers  






What is platform independent in java?

0 Answers  


Why java is not 100% object oriented language?

0 Answers  


Whats the O/p of the below code snippet ? And explain how does it imply the concept of call-by-value/call-by reference. (PS : Pls ignore syntax errors) public class One { public oneA(){ sop ("Into One--");} } public class Two extends One{ public twoT(){ sop ("Into Two--"); } } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(a.oneA()); sop(t.oneA()); sop(a.twoT()); sop(t.twoT()); } }

4 Answers   Wipro,


How do I become an expert in java?

0 Answers  


What is declarative security ?

0 Answers  


What are the components of the java platform?

0 Answers  


what is the main use of the RequestDispatch object, how we this in realtime project

3 Answers  


Categories