What is the difference between pageContext and page
implicit objects in jsp?
Answer Posted / anil das
page context is the apllication object,that can be used for
entire aplication. and page config object is for one
servlet generated object.
| Is This Answer Correct ? | 6 Yes | 20 No |
Post New Answer View All Answers
How variables are declared?
What are multiple inheritances?
What is the size of a string in java?
Is main is a keyword?
Differentiate between static and non-static methods in java.
What is the difference between the ">>" and " >>>" operators in java?
Can we assign null to double in java?
What is the purpose of nested class in java?
What is immutability in java?
What is the difference between compiler and jvm?
Explain JMS in detail.
What is scope of a variable?
How does compareto work in java?
Differentiate between vector and array list.
Explain reverse a linked list recursive java solution?