Aj QB
Aj QB
Question Bank
Sr. No Question
5 Write an RMI application where client supplies two numbers and server
response by summing it. Provide your custom security policy for this
application.
Sr. No Question
1 What is JDBC? WAP to get data from the user & save it into the table.
7 What are the differences between Java Bean and basic java class? Explain Java
Bean Architecture
Sr. No Question
1 What is a Session? How to set value and get value from session?
Sr. No Question
2 Write a program to create a java class and call it in the JSP page.
4 What is the difference between a Servlet and a JSP? When would you use one
over the other?
8 Explain Directives. Give its type and explain any one in detail.
9 Explain JSP Object scope: (i) Page (ii) Request (iii) Session (iv) Application with
example.
10 Show the use of JSP page directive tag with its attributes.
11 Show the use of JSP inbuilt objects: request and response, with their use in
application.