How to find the hidden answers present in an online exam?
Answers were Sorted based on User's Feedback
Answer / abhijit mishra
It depends on the web application.
If it stores the answer on the client page(html /jsp page)
then u can see the source and using any javascript/vbscript
can write a script to show the element's value.
But if ur input is checked on the server side then u can't
do anything..(n this is what generally done)
| Is This Answer Correct ? | 10 Yes | 0 No |
Explain how you understand the action tag and jsp action elements.
When will container initialize multiple jsp/servlet objects?
How is jsp better than servlet technology?
Define scriptlet, expression and declaration in jsp?
What is client side technology?
What is a page directive?
Is jsp a front end?
What are the different types of directives available in jsp?
What language is jsp?
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page?
Which jsp methods can be overridden?
What is cookie with example?