What is the difference between sendRedirect() and forward()? in what situations do we have to use send redirect() instead of forward().
13 44190i have to create an application with session.during that session a timer will be started & show the time in second upto the session expired.So that i can know how many time i in that session. Hint:-i m hinted that it will coded with javascript
4 8866Whats 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 6847Post New Wipro J2EE Interview Questions
How do I open the startup folder?
What is variable explain with example?
What is dialect in sql?
How do you pronounce gnu?
How does hashmap work in java ?
what is continuous integration?
What is repr() function in python?
What is endurance limit and what is its value for steel ?
What is the use of combiners in the hadoop framework?
state the law of thermodynamics?
What is a farm account?
How do I get to a command prompt in linux?
What is change gravity?
What is the role of where clause in ms access?
What tasks can be performed at the attendee level in the dynamic attendance menu?