What is the difference between pageContext and page
implicit objects in jsp?
Answer Posted / kaushal rajput
9 types of Implicit Object are there in jsp technology they are:-
(1)Page
(2)pageContext
(3)application
(4)session
(5)exception
(6)config
(7)request
(8)responce
(9)out
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is member in java?
What is string in java with example?
Why we use protected in java?
What is string substring?
Is the empty set a singleton?
What is the meaning of 3 dots in java?
How do you clear an arraylist in java?
What is floor math?
Which java collection does not allow null?
We are seeing so many videos/audios as many web sited. But question is these videos or audios are stored in Databases ( Oracle, Mysql, Sybase,... ) or stored any file directory from there they will give the link for that? Pls explain and give sample code to achieve this one? Thanks, Seenu.
Can a constructor call the constructor of parent class?
Can we use String with switch case?
What is one third plus one third as a fraction?
Can we have more than one package statement in source file ?
What are the advantages of passing this into a method instead of the current class object itself?