1.

Which method creates unique fields in the HTML which are not shown to the user?(a) User authentication(b) URL writing(c) HTML Hidden field(d) HTML invisible fieldThis question was posed to me in unit test.This interesting question is from Session Management topic in division Session Management, JSP & API of Java

Answer»

Right option is (C) HTML Hidden field

To explain: HTML Hidden field is the simplest way to pass information but it is not SECURE and a SESSION can be hacked easily.



Discussion

No Comment Found

Related InterviewSolutions