What is the difference between sendRedirect() and forward()? in what situations do we have to use send redirect() instead of forward().
13 45107i 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 9201Whats 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 7203Post New Wipro J2EE Interview Questions
Where do you set up the remuneration structure of the employee?
What is autonomous system
Why you want to join Axtria?
How do I remove 30 days old files in unix?
What packages(if any) has oracle provided for use by developers?
What is the basic syntax to use index in mongodb?
Explain Type hinting in PHP?
Hi, What is the best answer for tell me about yourself for 2 years experience in bo developing.
Where are outlook 365 files stored?
Why wordpress is seo friendly?
Explain identity operators in python?
How long does it take to learn wpf?
What do the terms “boxing” and “unboxing” mean?
Explain lambda expressions. When would you use one?
Write about the various sections of the executable image?