Sie sind auf Seite 1von 3

QUESTION BANK B.E.

7th SEMESTER INFORMATION TECHNOLOGY [GTU] Advance Java Technology (AJT-170703)

Q-1 Explain the need of MVC Architecture? Q-2 What is JDBC Driver? What is its role? Give the different ways to create JDBC Connection? Q-3 Explain various types of JDBC Drivers & comment on selection of driver? Q-4 What is RMI? Explain the architecture of RMI? What is the role of RMI Registry? Q-5 Explain the Servlet Life Cycle? Q-6 Explain JSP tag library with examples? Q-7 Explain the hibernate Architecture? Q-8 What is JNDI? Explain its need with diagram? Q-9 Explain the J2EE Architecture with its applications? Q-10 Explain Object Serialization with example? Q-11 Explain Java Bean Architecture? Q-12 What is filter? Explain the need of filters with examples? Q-13 List the different filter interfaces with their important methods? Q-14 Explain Internationalization with example? Q-15 Explain cookie with example? Q-16 Explain the use of types of statements(Callable, Prepared) with examples in JDBC? Q-17 List & Explain various types of Swing Layout & Components with example? Q-18 Explain Event Handling in Java Servlet? Q-19 Explain transaction handling using JSTL? Q-20 Enlist & Explain the use of action tags in JSP? Q-21 Explain JSP implicit objects? Q-22 Explain the importance of Swing with reference to look and feel feature? Q-23 Explain n-tier Architecture? Q-24 Explain the serialization/deserialization of objects? Q-25 Explain the Servlet Session level events? Q-26 Explain JDBC Architecture?

Q-27 Explain the steps to use JDBC? Q-28 Discuss JDBC Core API (java.sql Package)? Q-29 Write the features of Java EE? Q-30 Describe Java EE Containers? Q-31 Describe various HTTP Requests? Q-32 Explain HttpServletRequest & HttpServletResponse Interface? Q-33 What is the need of Hibernate Architecture? Q-34 Write swing code to create toggle button & handle their click event? Q-35 Write swing code to create checkbox button & handle their click event? Q-36 Consider Bank table with attributes AccountNo, CustomerName, Balance, Phone and Address. Write a database application which allows insertion, updation and deletion of records in Bank table. Print values of all customers whose balance is greater than 20,000. Q-37 Write an RMI application where client sends empno and server returns corresponding salary by querying database. Q-38 Write a program to demonstrate use of Internationalization for various language supports. Q-39 Write a client program to send any string from its standard input to the server program. The server program reads the string, finds number of characters and digits and sends it back to client program. Use connection-oriented or connection-less communication. Q-40 Explain Socket, ServerSocket, InetAddress classes. Write a java program to find an IP address of the machine on which the program runs. Q-41 Write an AWT program to create checkboxes for different courses belongs to a university such that the courses selected would be displayed. Q-42 Write a Program to insert image/BLOB into Database. Q-43 Write a Program to retrieve the image from database. Q-44 Write a JDBC Program to insert records into database with appropriate messages displayed. Q-45 Create login form which contains a userid, password field, and two buttons, Submit and Reset. If the userid or password field is left blank, then on click of submit button, show a message to the user to fill in the fields. On click of reset button, clear the fields. Q-46 Create a simple TCP chat application where client and server can chat with each other.

Q-47 Write Program in JSP for following:

I. Session read and write II. URL rewriting sending and retrieving parameter(s) III. URL redirection IV. Print hello world as output V. Include the other JSP file statically VI. Expression to display date as output VII. Method of setting the JSP parameters to use in JSTL

Q-48 Discuss the steps for developing RMI application? Q-49 Explain O/R Mapping in hibernate? Q-50 Explain steps for creating Java application using Hibernate technology. Lokesh P Gagnani

Das könnte Ihnen auch gefallen