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 are different types of comments used in jsp?
What is an expression language?
Mention the implicit objects in a jsp.
How do I run a jsp file?
mention the three important tags used in the development of jsp bean.
How to deactivate el on jsp?
Explain the various scope values for tag.
difference betwwn 16 bit and 32 bit
Is jsp platform dependent?
Are dialogue tags necessary?
What is the _jspservice() method?
How to pass information from jsp to included jsp?
When destroy method of jsp is called?
what is the difference between jsp and servlets ?
Java Server Page I can use a function in two ways:
Either I declare