Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
92 views

Internet Technology & Programming With Java: Maharaja Ganga Singh University Bikaner

This document provides a practical file on Internet technology and programming with Java. It includes topics like HTML, VB Script, JavaScript, ASP.Net and Java. It then provides code samples for each topic - including HTML codes to create a mark sheet and input fields, VB Script codes to print a number series and display date and time, JavaScript codes to return string length and create an array, ASP.Net codes for a checkbox and dropdown list, and 20 Java programs covering concepts like inheritance, method overloading, interfaces, abstract classes, threads, strings, numbers, and factorials.

Uploaded by

Namrata Mathur
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
92 views

Internet Technology & Programming With Java: Maharaja Ganga Singh University Bikaner

This document provides a practical file on Internet technology and programming with Java. It includes topics like HTML, VB Script, JavaScript, ASP.Net and Java. It then provides code samples for each topic - including HTML codes to create a mark sheet and input fields, VB Script codes to print a number series and display date and time, JavaScript codes to return string length and create an array, ASP.Net codes for a checkbox and dropdown list, and 20 Java programs covering concepts like inheritance, method overloading, interfaces, abstract classes, threads, strings, numbers, and factorials.

Uploaded by

Namrata Mathur
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

A

PRACTICAL FILE
ON

Internet Technology & Programming with Java

Submitted To
MAHARAJA GANGA SINGH UNIVERSITY
BIKANER

In partial fulfillment for requirement of

Master in Computer Management


(Two Year Full Time Program)
Batch 2008-2010

Under the Supervision of: - Submitted by: -


Mrs. Neelam Chandak Ms. Namrata Mathur

(Lecturer) MCM Final Year

INSTITUTE OF MANAGEMENT STUDIES,


B.J.S. Rampuria Jain College, Bikaner (Raj.).
Table of Contents

S. No. Name of Topic Page No.


I HTML 1
II VB Script 1
III Java Script 2
IV ASP.Net 2
V Java 3
VI HTML Codes:
1. A HTML code to show a mark sheet 4
2. A HTML code to create input fields 5
VII VB Script Codes:
3. A VB script to print a 0 to 9 series 6
4. A VB script to display data and time 7
VIII Java Script Codes:
5. A java script to return the length of a string 8
6. A java script to create an array 9
IX ASP.Net Codes:
7. An ASP.Net source code of HTMLInputCheckbox 10
8. An ASP.Net code of array list dropdown list 11
X Java Programs:
9. A program to find area of room using inheritance concep. 12
10. A program to find maximum value between three values using method 13
overloading concept
11. A program to calculate area of rectangle and circle by implementing an 15.
interface
12. A program sample of abstract class 1
13. A program to set priority of a thread 17
14. A program to reverse the string 19
15. A program to swap two numbers 20
16. A program to show serial 21
17. A program of multicatch 23
18. A program to count number of command line arguments 24
19. A program to reverse the numbers 25
20. A program to calculate factorial of given number 26

You might also like