list of programs in lab file of ajp

1
LIST OF PROGRAMS IN LAB FILE of AJP (Till Now) 1. Implement the concept of Multithreading using simple counter program. 2. Create a web page using javascript for generating the grade of students (enter Name, course and marks of each subject) according to the following conditions If per>=75 then grade=’A+’ If per>=60 and per <75 then grade=’A’ If per>=50 and per<60 then grade=’B’ else Grade=’C’ Apply appropriate validation on each element of the HTML form. 3. Create a simple servlet application which takes username and password from the browser and display HELLO as a response. 4. Create a servlet application which takes username and password from the browser if password =”DIT” then will display output using “Welcome servlet or html” else remain on the page with a message “You have entered a wrong password”.

Upload: penny

Post on 17-Dec-2015

7 views

Category:

Documents


2 download

DESCRIPTION

advanced java programming

TRANSCRIPT

LIST OF PROGRAMS IN LAB FILE of AJP (Till Now)1. Implement the concept of Multithreading using simple counter program.2. Create a web page using javascript for generating the grade of students (enter Name, course and marks of each subject) according to the following conditionsIf per>=75 then grade=A+If per>=60 and per =50 and per