What is the difference between pageContext and page
implicit objects in jsp?
Answer Posted / venkat
pageContext is used to get different scope objects like
request,session,context etc. where as page object of jsp is
used to refer the current page scope and can be compared
with local variable declared.
Is This Answer Correct ? | 21 Yes | 4 No |
Post New Answer View All Answers
What about instanceof operator in java?
why would you use a synchronized block vs. Synchronized method? : Java thread
Can an object be null?
Explain the importance of join() method in thread class?
what do you mean by stream pipelining in java 8? Explain
Does string isempty check for null?
Explain the difference between serializable and externalizable in java?
What is Enum in Java?
What is jar?
What is the difference between and ?
How can we run a java program without making any object?
Can we call a non-static method from inside a static method?
please send me hr interview questions in it industry
What is flag in python?
Are functions objects in java?