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

UECS67P - Internet Programming Lab Syllabus

The syllabus outlines programs to be written in Java covering user interface components, layouts, applets, sockets, servlets, and three-tier applications. It includes creating programs to demonstrate buttons, text fields, checkboxes, lists, choice components and various layouts. Additional programs involve setting background/foreground colors, downloading web pages, implementing HTTP, FTP, SMTP and POP3 using sockets. Programs are also to be written for chat applications, invoking servlets from HTML/applets, online exams using servlets and databases, and creating web pages using maps, hotspots, stylesheets and college information.

Uploaded by

booba11
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views2 pages

UECS67P - Internet Programming Lab Syllabus

The syllabus outlines programs to be written in Java covering user interface components, layouts, applets, sockets, servlets, and three-tier applications. It includes creating programs to demonstrate buttons, text fields, checkboxes, lists, choice components and various layouts. Additional programs involve setting background/foreground colors, downloading web pages, implementing HTTP, FTP, SMTP and POP3 using sockets. Programs are also to be written for chat applications, invoking servlets from HTML/applets, online exams using servlets and databases, and creating web pages using maps, hotspots, stylesheets and college information.

Uploaded by

booba11
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

UECS67P Internet Programming Lab Syllabus

1. Write programs in Java to demonstrate the use of following components Text Fields, Buttons, Scrollbar, Choice, List and Check Box. 2. Write Java programs to demonstrate the use of various Layouts like Flow Layout, Border Layout, Grid Layout, Grid Bag Layout and Card Layout. 3. Write programs in Java to create applets incorporating the following features. 4. Create a color palette with matrix of buttons
i. ii. iii. Set background and foreground of the control text area by selecting a color from color palette. In order to select Foreground of Background use check box control as radio buttons. To set background images.

5. Write programs in Java to do the following


i. ii. iii. Set the URL of another server. Download the homepage of the server. Display the contents of home page with date, content type, and Expiration date. Last modified and length of the home page.

6. Write programs in Java using sockets to implement the following


i. ii. iii. iv. HTTP request FTP SMTP POP3

7. Write a program in Java for creating simple chat application with datagram sockets and datagram
packets.

8. Write programs in Java using Servlets:


i. ii. To invoke servlets from HTML forms To invoke servlets from Applets

9. Write programs in Java to create three-tier application using servlets.


i. ii. For conducting on-line examination For displaying students mark list. Assume that student information is available in a database which has been stored in a database server.

10. Create a web page with the following using HTML


i. ii. iii. To embed a map in a web page To fix the hot spots in that map Show all the related information when the hot spots are clicked

11. Create a web page with the following.


i. ii. iii. iv. Cascading style sheets. Embedded style sheets. Inline style sheets. Use our college information for the web page.

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

You might also like