Advanced Java Programming
Unit-I
S.N Question/Topic
1 Discuss Collection Framework with Hierarchy of Collection classes and Intefaces.
2 Explain ArrayList and LinkedList collections with examples
3 List and disuss various types of collection iterators(Iterator, ListIterator, For-Each, For)
4 Discuss about the following collections briefly
a)list b)set c)map
5 Explain HashSet and TreeSet collections with examples
6 Discuss HashMap and TreeMap collections with examples
7 Compare the following
a)Comparator b)Comparable
8 Write short notes on
a)Stack b)Vector c)ArrayDeque d)PriorityQueue
9 Comapare HashTable vs Dictionary
10 Write short notes on
a) Properties class 2) Collections class
Unit-IV
1) Define servlet? explain the steps required to configure tomcat and write a ‘Hello World’ servlet
2) What are the various ways to create servlets and explain the process of writing servlet with
GenericServlet class with example
3) Explain the important steps involved in servlet life cycle
4) Explain the following in servlets
a) doGet vs doPost b) Request parameters c) Initialization parameters
5) What is session tracking? What are the various ways of session tracking? With an example explain
session management using ‘HttpSession’ object
6) Develop a servlet application to manage session using cookies
7) Explain the following in servlets
a) RequestDispacther b)sendRedirect
8) List and discuss interfaces and classes of javax. servlet and [Link]
9) List and discuss various types of JDBC drivers
10) List and explain the steps to design a JDBC application with proper example
11) Discuss about PreparedStament in JDBC with an example
12) Discuss indetail about JDBC API
Unit-III
1) Discuss about features of JSP and explain JSP Page processing.
2) Illustrate how to use Scripting Elements in JSP? Explain.
3) Write a JSP to demonstrate the use of page and include directives.
---------------------------------------------------------------------------------------------------------
4) Discuss various implicit objects in JSP?
5) Illustrate how to create and make use of beans in JSP pages? Demonstrate with example.
6) Develop a JSP to implement session management using cookies.