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 jsp net?
Give the syntax for jsp comments.
How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.
How many tags are there in jsp?
Explain the difference between include directive and include action in jsp?
How to access java variable in jsp?
How to restrict page errors display in a JSP page?
Why jsp and servlets are used?
Define jsp declaration?
What is application in jsp?
What is a jsp container?
What is session management in jsp?