B.E/B.TECT. DEGREE EXAMINATION, APRIL/MAY-2006
Seventh semester
INTERNET PROGRAMMING
(Common to B.E(part-time/sixth semester regulation 2005)
Time:three hours Maximum:100 Marks
Answer all questions
Seventh semester
INTERNET PROGRAMMING
(Common to B.E(part-time/sixth semester regulation 2005)
Time:three hours Maximum:100 Marks
Answer all questions

PART-A (10*2=20 MARKS)
1.List out the devices used to form Internet work and specify each one of its purpose.
2.What is the use of MIME?
3. what is mean by serialization of objects in java?
4. write a java program to load and display a image
5.state about the different usage of HTML frames
6. List out the objects involved in java script with its purpose.
7.Define DHTML event bubbling.
8.write down the DHTML syntax for bind an image to the data and sort the data in the data source.
9. write about servlet life cycle.
10. Define servlet cookies.
PART-B (5*16=80 marks)
11.a). Explain the steps involved in making the communication using TCP/IP with neat diagram. (16)
(or)
b) write a program using CGI and explain how CGI works. (16)
12.a). Explain java networking using Sockets with your own example program. (16)
(or)
b) write a java program for creating Email client and protocol handling(using URL Connection) (16)
13. a) write a HTML program for the registration of new customer to the Online Banking System.(Customer data collected using a form,after submitting account number and type of account and username ,password is displayed as output) (16)
13. a) write a HTML program for the registration of new customer to the Online Banking System.(Customer data collected using a form,after submitting account number and type of account and username ,password is displayed as output) (16)
(or)
b) i) write a javascript to print a marklist of 10 students in a HTML table
ii)write a javascript that inputs a telephone number as a string in the form of (555)555-5555.the script should use string method split to extract the area code as a token, the first 3 digit of the phone number as a token,the last 4 digits of the phone number as a token.Display the area code in one text field and seven digit phone number in another text field. (8+8 )
14.a).Apply DHTML chroma and flip filters and reveal trans transition for an image.(16)
ii)write a javascript that inputs a telephone number as a string in the form of (555)555-5555.the script should use string method split to extract the area code as a token, the first 3 digit of the phone number as a token,the last 4 digits of the phone number as a token.Display the area code in one text field and seven digit phone number in another text field. (8+8 )
14.a).Apply DHTML chroma and flip filters and reveal trans transition for an image.(16)
(or)
b).Write a DHTML program to handle any three mouse events. (16)
15. a). Explain how servlet deals HTTP Get and Post requests with an example. (16)
15. a). Explain how servlet deals HTTP Get and Post requests with an example. (16)
(or)
b).write a program for banking application using JDBC(consider 5 cutomer creates a/c no and type, set some minimum balance do credit and debit operation and print consolidated report for monthwise transaction)