0% found this document useful (0 votes)
80 views1 page

Advance Java Technology

This document contains instructions and questions for an exam on advanced Java technologies. It includes 5 questions with multiple parts each. Question 1 asks about window panes in Swing and using PreparedStatement to insert records into a database table. Question 2 covers object serialization in Java and writing client-server programs using UDP or TCP. Question 3 involves explaining Java EE features and internationalization. It also asks to create a calculator using Swing or list JDBC driver types. Question 4 deals with servlet events, JSP sessions, and the JSP lifecycle. Question 5 compares Java beans to basic classes and the bean architecture. It also asks to parse an XML file using JSTL or write a servlet to handle POST requests.

Uploaded by

Sagar Lodhiya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
80 views1 page

Advance Java Technology

This document contains instructions and questions for an exam on advanced Java technologies. It includes 5 questions with multiple parts each. Question 1 asks about window panes in Swing and using PreparedStatement to insert records into a database table. Question 2 covers object serialization in Java and writing client-server programs using UDP or TCP. Question 3 involves explaining Java EE features and internationalization. It also asks to create a calculator using Swing or list JDBC driver types. Question 4 deals with servlet events, JSP sessions, and the JSP lifecycle. Question 5 compares Java beans to basic classes and the bean architecture. It also asks to parse an XML file using JSTL or write a servlet to handle POST requests.

Uploaded by

Sagar Lodhiya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Seat No.

: ________

Enrolment No.___________

GUJARAT TECHNOLOGICAL UNIVERSITY


BE - SEMESTERVII EXAMINATION WINTER 2014

Subject Code: 170703


Subject Name: Advance Java Technology
Time: 10:30 am - 01:00 pm

Date: 04-12-2014
Total Marks: 70

Instructions:
1. Attempt all questions.
2. Make suitable assumptions wherever necessary.
3. Figures to the right indicate full marks.

Q.1

(a)
(b)

Q.2

(a)
(b)

(b)

What is window pane in swing? List out different window pane and give the
purpose of them.
Give the use of Statement, PreparedStatement and CallableStatement object and
Write code to insert three records into student table using PreparedStatement
(assume student table with Name, RollNo, and Branch field).

07

Explain Object Serialization and how it can be done in java.


Write an UDP client and server program to do the following:
Client send any string and server respond with its capital string.
OR
Write a client server program using TCP where client sends two numbers and
server responds with sum of them.

07
07

What is java EE? List and explain feature of them.


Write a code to create simple calculator using swing component.
OR
Explain internationalization and its use in java with example.
List out different types of JDBC driver and explain each.

07
07

Q.3

(a)
(b)

Q.3

(a)
(b)

Q.4

(a) List out different types of servlet event and explain it.
(b) What is session object in JSP? Explain it with example.
OR
(a) Explain JSP tag library with example.
(b) Explain Life cycle of JSP.

Q.4
Q.5

(a)
(b)

Q.5

(a)
(b)

What are the differences between Java Bean and basic java class? Explain Java
Bean Architecture.
Write JSTL program to parse and display text of XML file.
OR
Write a servlet which accept two numbers using POST methods and display the
maximum of them.
Draw and explain the architecture of Hibernate.

07

07

07
07
07
07
07
07
07
07
07
07

*************

You might also like