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 the include directive?
hi friends...i created sessions in my login page i can able to create a session but after loging out again i can able access the pages by its addresses. i think u may got problem if possible post me small example for login with sessions including database
How to works asjx in jsp?
Can we override jspinit method?
What are the different types scripting elements in jsp?
What is jstl (jsp standard tag library)?
Can we override serivice()method in jsp?
Mention the advantages of jsp over pure servlets?
Why do we use jsp?
How do I use comments within a jsp page?
Give the syntax for jsp comments.
Why is _jspservice () method starting with an '_'?