Difference between save and saveorupdate?
No Answer is Posted For this Question
Be the First to Post Answer
Describe action form?
What is layout in java?
Difference between save and saveorupdate?
What are the j2ee technologies?
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()); } }
What is distributed application?
Every field has setter and getter methods.what is happening in this methods.
How do I run java?
What is j2ee and j2se?
Why tomcat is used in java?
What is business method?
What is document?