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 are the attributes of page directive?
What are the lifecycle phases of a jsp?
Mention some important jsp action tags.
What are implicit objects in jsp?
What is jsp custom tag and what are it’s components?
Define JSP Scriptlet.
What is the advantage of using getProperty action, as compared to the accessor method?
What is a session in web?
Explain how you understand the action tag and jsp action elements.
What is the full form of jsp?
Can we write a class inside Jsp?
Explain translation phase.