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 difference between java and jsp?
What are the implicit el objects in jsp?
How can we disable java code or scripting in jsp page?
How many tags are provided by jstl?
Which method cannot be overridden in jsp?
What do jsp literals consist of?
What is jsp technology?
Explain implicit objects in jsp?
Which two interfaces does the javax servlet jsp package have?
Why don’t we need to configure jsp standard tags in web.xml?
What is jsp tag?
What are the directives in jsp?
What are directives? What are the different types of directives available in jsp?
What is jsp and its features?
Which tag is used to execute java source code in jsp?