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 |
What is jsessionid?
Can we write a class inside Jsp?
How can a thread safe JSP page be implemented?
What is request getcontextpath ()?
What is jsp standard tag library, provide some example usage?
What is jsp and why do we need it?
How can you avoid scriptlet code in jsp?
What is session management in jsp?
How will you use jsp el in order to get the http method name?
What is jsp expression language and what are it’s benefits?
What is a declaration statement?
What is jstl core tags?