Suggestion: by Exam Aasaan Hai
Suggestion: by Exam Aasaan Hai
Suggestion
By
Exam Aasaan Hai
Book 3
What is the need of web security ? Explain data integrity and system integrity in the
context of web security. (Page - 8)
Explain HTTP basic authentication and HTTPS Client Authentication with the help of an
example program. (page - 12)
Explain briefly, the different types of system vulnerabilities.(page – 20 check progress)
What is SSL? Explain SSL encryption and Handshake mechanism. (Page - 28)
What is JNDI authentication ? Explain with the help of an example. (Page - 41)
Book 1
1. Servlet
2. JDBC
3. JSP
Unit 1 (Servlet)
Generic servlet vs. HTTP servlet, dopost() vs. doget() page - 8
Servlet Life cycle with example progeam (page – 9,11) ****
How to connect JDBC with Servlet with example program (page - 20)
Difference between GET and POST (page – 24 check progress)
Difference Between Session and cookie (page – 24 check progress)
Servlet chaining vs. servlet engine?
Servlet context Vs. Servlet config
Handling Cookies and a Session in a Java Servlet
Write a servlet program to fetch and display all the fields of an Account
table with field name, account_no., address and balance. (this just an
example program)
Unit 2 (JDBC)
JDBC vs. ODBC (page – 33)
Types of JDBC statements and their purpose (page - 35)
Types of JDBC drivers(page - 36)
Write a code fragment showing how to use JDBC to query and modify a
database. (Page 41, 43)
Unit 3 (JSP)
Scripting Element in JSP ( Page - 58)
Explain Scriplets with example (page - 59)
What are the limitations of JSP ? How can the integration of JSP - and servlet
overcome these limitations ?
What is custom tag in JSP ? What are the components that make up a tag
library in JSP ? (page – 69 check progress)
Write a JSP program to display current date and time.
Briefly explain JSP implicit objects. (page - 64)
What are the limitations of JSP ? How can the integration of JSP - and servlet
overcome these limitations ?
Book 2
Java Beans