How to find the hidden answers present in an online exam?

Answers were Sorted based on User's Feedback



How to find the hidden answers present in an online exam?..

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

How to find the hidden answers present in an online exam?..

Answer / anonymous

Ask the person who prepared those questions.

Is This Answer Correct ?    8 Yes 3 No

How to find the hidden answers present in an online exam?..

Answer / tapas

1st answer is absolutely correct

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More JSP Interview Questions

What is jsp net?

0 Answers  


Give the syntax for jsp comments.

0 Answers  


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.

0 Answers   ABB,


How many tags are there in jsp?

0 Answers  


Explain the difference between include directive and include action in jsp?

0 Answers  






How to access java variable in jsp?

0 Answers  


How to restrict page errors display in a JSP page?

0 Answers  


Why jsp and servlets are used?

0 Answers  


Define jsp declaration?

0 Answers  


What is application in jsp?

0 Answers  


What is a jsp container?

0 Answers  


What is session management in jsp?

0 Answers  


Categories