what is the difference between pagecontext and
servletcontext?
Answer Posted / guru
servlet context-gives information about container.
page context-gives info about the request.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between final, finally and finalize() in java?
What is the do while loop syntax?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
What is the mapping mechanism used by java to identify IDL language?
What is charat ()?
What is string english?
Explain what pure virtual function is?
Can a class with private constructor be extended?
If a class is declared without any access modifiers, where can the class be accessed?
what is deadlock? : Java thread
Why javac is not recognized?
Tell me about different OOPS concepts.
Compare overloading and overriding?
What differences exist between iterator and listiterator?
What are different exception types exceptions available in java ?