0% found this document useful (0 votes)
46 views2 pages

MARCH 2011: Alccs - (Old Scheme)

This document provides information about an Advanced Java and Internet Technology exam from March 2011. It includes 7 questions worth a total of 100 marks. Question 1 is compulsory and worth 28 marks, covering topics like RMI class loading, differences between HTML and DHTML, web search engines, CORBA, servlet methods, and BeanInfo interface. The remaining questions cover additional topics like S-HTTP, CSS, VPNs, sockets, JINI, applets, JDBC, EJBs, MIME types, XML, and servlet filters. Students must answer question 1 and 4 additional questions.

Uploaded by

thejaka
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)
46 views2 pages

MARCH 2011: Alccs - (Old Scheme)

This document provides information about an Advanced Java and Internet Technology exam from March 2011. It includes 7 questions worth a total of 100 marks. Question 1 is compulsory and worth 28 marks, covering topics like RMI class loading, differences between HTML and DHTML, web search engines, CORBA, servlet methods, and BeanInfo interface. The remaining questions cover additional topics like S-HTTP, CSS, VPNs, sockets, JINI, applets, JDBC, EJBs, MIME types, XML, and servlet filters. Students must answer question 1 and 4 additional questions.

Uploaded by

thejaka
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/ 2

ALCCS (OLD SCHEME)

Code: CS481
Time: 3 Hours

Subject: ADVANCED JAVA & INTERNET TECHNOLOGY


Max. Marks: 100

MARCH 2011
NOTE:
Question 1 is compulsory and carries 28 marks. Answer any FOUR questions from
the rest. Marks are indicated against each question.
Parts of a question should be answered at the same place.

Q.1

(7 4)
a. Discuss the role of RMI class loader.
b. What are the difference between HTML and DHTML?
c. Discuss the working principle of web search engines.
d. What is CORBA? What are its applications? How is it related to RMI?
e. What is the difference between doGet() and doPost() methods used in servlet?
f. Write short note on BeanInfo interface.
g. What is XML parsing? Define SAX parser.

Q.2

a. What is S-HTTP? Define the component of S-HTTP? How S-HTTP is different


from SSL.
(3+3+3)
b. What is CSS (Cascading Style Sheet)? Write CSS code for the following:
(i) How to set background color of web page?
(ii) How to set space between characters?
(iii) A fixed background image (this image will not scroll with the rest of the page)
(3+6)

Q.3

a. What is VPN? How cost can be save using VPN? Discuss different type of tunneling
and its protocol.
(2+3+4)
b. What is Socket? Why is it used? Write an HTTP client program by using socket
class.
(3+6)

Q.4

a. What the JINI? Discuss about the complete service architecture of JINI system. (3+6)
b. What are advantage and disadvantage of an applet? Create an applet to read a file
from hard disk.
(3+6)

CS481 / MARCH - 2011

ALCCS OLD SCHEME

Q.5

a. Discuss the different type of JDBC driver using their internal structure. How many
ways JDBC driver could be instantiated?
(7+2)
b. What is batch processing? Write a program using JDBC that can execute multiple
SQL command simultaneously in following table :
Emp(emp_id(Integer), emp_name(varchar), emp_desi(varchar))
(2+7)

Q.6

a. What is the role of EJB container? Define session bean and its type with the help
their life cycle.
(2+7)
b. What is MIME type? Write a program to upload a file on server using JSP and Java
Bean.
(2+7)

Q.7

a. What is XML? Discuss the structure of XML. Define the role of DTD in XML.
(3+3+3)
b. What is servlet filter? Create a servlet filter that prints the System IP address and
system date and time.
(3+6)

CS481 / MARCH - 2011

ALCCS OLD SCHEME

You might also like