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 scriptlet, expression and declaration in jsp?
Why is jsp used?
Why jsp is used in java?
What are the implicit objects in jsp?
how to extends one jsp page to another jsp page with realtime example?
What do you know about writing custom jsp tags?
How can you avoid scriptlet code in jsp?
What are custom tags in jsp?
How can we handle exceptions thrown by jsp service method?
How can we forward the request from jsp page to the servlet?
How can I declare methods within my jsp page?
How can a cookie is deleted with JSP?