What is a java application client?
No Answer is Posted For this Question
Be the First to Post Answer
What is j2ee api?
What is cascade delete?
What is actionform?
Explain connector architecture.
Difference between save and saveorupdate?
what is the main use of the RequestDispatch object, how we this in realtime project
What do you understand by j2ee?
What are the tools in java?
static variable is a class variable which value remains constant for the entire class?? variable means value is changed....hear value is not changed... why it is called static variable
What is the difference between sendRedirect() and forward()? in what situations do we have to use send redirect() instead of forward().
13 Answers Honeywell, Mind Tree, Samsung, Wipro,
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 2 stands for in j2ee?