Write swing code to create toggle button and checkbox and handle their click event. Differentiate between toggle button and check box.
[7 marks]Explain various types of JDBC drivers and comment on selection of driver.
[7 marks]Explain the use of CallableStatement and PreparedStatement with example
[7 marks]Explain architecture of J2EE. List out java technologies supported by J2EE along with their applications
[7 marks]Write a Java Bean to connect to database and insert in the database. Query will be passed as a message to bean.
[7 marks]What is JNDI? How can it be used for accessing various directory services such as LDAP, NIS, DNS?
[7 marks]What is filter? What is its use? List the different filter interfaces with their important methods
[7 marks]Explain internationalization and its usage
[7 marks]Explain Servlet life cycle & importance of context and config object.
[7 marks]What are cookies? Write a servlet that reads and prints all the previous cookies and add a cookie with your name
[7 marks]Enlist and explain the purpose and use of action tags in JSP
[7 marks]Explain event handling in Java Servlet with example
[7 marks]Explain JSP tag library with examples
[7 marks]Give the hibernate architecture and discuss each part in brief
[7 marks]Explain Socket, ServerSocket, InetAddress classes. Write a java program to find an IP address of the machine on which the program runs.
[7 marks]Explain O/R Mapping in Hibernate with example
[7 marks]Write a TCP or UDP client and server program to do the following: client> java client localhost/IP Port <enter> Enter text: Ihope, this time Iclear Advance Java <enter> Response from server: avaJ ecnavdA raelc Iemit siht ,epoh I client> exit
[7 marks]