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 |
Can jsp run without server?
What does .com stand for?
Why do we need servlets and jsp?
What are the features of jsp?
Why is jsp used for?
What are the implicit objects?
What is the jspinit() method?
What is client side technology?
What is out in jsp?
How to disable scripting?
Explain the <jsp:param> action?
What are jsp implicit objects?