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
Why synchronization is important?
what invokes a threads run() method? : Java thread
What are the different ways to handle exceptions?
What is a 16 bit word?
Can main() method in java can return any data?
How many types of literals are there in JAVA?
explain the difference between jdk and jvm?
Name few java util classes introduced with java 8 ?
What is the difference between equals() and?
Is java still relevant?
What is java basic concept?
Can a constructor be protected?
Does variable declaration allocate memory?
What is array length?
What is lossy conversion in java?