What is the difference between sendRedirect() and forward()? in what situations do we have to use send redirect() instead of forward().
13 44787i 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 9073Whats 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 7063Post New Wipro J2EE Interview Questions
Do you know any other accounting application?
What is the importance of Communication in your business?
Explain exception types in wcs?
Which command is used to save logs in the external file?
Tell me about any quality efforts you have overseen or implemented.
What is rank dense_rank and partition in sql?
What can you do for ATT that other candidates cant?
Mention the advantages of representing stacks using linked lists than arrays?
How do you write a function in python 3?
What kinds of programming does Kotlin support ?
How do I add text together in excel?
State some points of Union Budget 2017?
What Are The Main Phases Of Portfolio Management?
How would you implement hash in ruby internally?
What do you mean by balance factor of a node in avl tree?