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 we implement an interface in a jsp?
What is a declaration statement?
why we use jsp as view
3 Answers NCS, Scope International,
What are different types of comments in jsp?
What is the jsp:plugin action ?
What do you know about writing custom jsp tags?
Explain the advantages of jsp?
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?
Is jsp platform dependent?
Why jsp is used instead of html?
Can jsp run without server?
What is jsp scriptlet?