What is the difference between sendRedirect() and forward()? in what situations do we have to use send redirect() instead of forward().
13 45113i 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 9204Whats 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 7216Post New Wipro J2EE Interview Questions
To set the site meta-data for the installed website which option will you choose?
What is the turbine?
computer hardware used and its function
What is the purpose of dd?
I want to ensure that once a child record has been added to a master-detail relationship, it cannot be deleted. How can we achieve this using the declarative capability of the platform ?
What is a structure consisting of 2 or 3 tissues called as?
Should I create a dedicated active directory site for exchange server 2007?
What is shadow dom?
Explain what is sap?
Explain restrictions for using anonymous inner classes?
Do you know anything about Set Top Boxes?
sugest any typical project ?
What is the use of open program / file command?
What are the most useful excel functions?
What is wrapper class?