How to find the hidden answers present in an online exam?
Answer Posted / 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 |
Post New Answer View All Answers
What is jsp translation phase?
What is the jsp:setproperty action?
What is the advantage of using getProperty action, as compared to the accessor method?
Write a simple example for the clone() method.
What is custom tag library?
Explain lifecycle methods.
What does it mean when tags or attributes are said to be deprecated?
Can we use the exception implicit object in any jsp page?
What is jsp-config in deployment descriptor?
What class.forname will do while loading drivers?
How to deactivate el on jsp?
How many jsp scripting elements are there and what are they?
Why do we use jstl tags?
How do I mix jsp and ssi #include? What is the difference between include directive & jsp:include action?
Which jsp implicit objects are thread safe?