Sr. No | Unit No. | Exercise/Practical | Read |
1 | I | Develop an applet that draws a circle. The dimension of the applet should be 500 x 300 pixels. The circle should be centered in the applet and have a radius of 100 pixels. Display your name centered in a circle.( using drawOval() method) | Click Here |
2 | I | Draw ten red circles in a vertical column in the center of the applet. | Click Here |
3 | I | Built an applet that displays a horizontal rectangle in its center. Let the rectangle fill with color from left to right. | Click Here |
4 | I | Develop an applet that display the position of the mouse at the upper left corner of the applet when it is dragged or moved. Draw a 10×10 pixel rectangle filed with black at the current mouse position. | Click Here |
5 | I | Develop an applet that contains one button. Initialize the label on the button to “start”, when the user presses the button, which changes the label between these two values each time the button is pressed. | Click Here |
6 | I | Develop an applet that uses the mouse listener, which overrides only two methods which are mousePressed and mouseReleased. | Click Here |
7 | I | Develop a program that has only one button in the frame, clicking on the button cycles through the colors: red->green- >blue and so on. One color changes per click.(use getBackGround() method to get the current color) | Click Here |
8 | II | Develop an program that contains three check boxes and 30 x 30 pixel canvas.The three checkboxes should be labeled “Red”, “Green”,”Blue”. The selection of the check boxes determine the color of the canvas. For example, if the user selects both “Red” and “Blue”, the canvas should be purple. | Click Here |
9 | II | Create an application that displays a frame with a menu bar. When a user selects any menu or menu item, display that selection on a text area in the center of the frame. | Click Here |
10 | II | Develop a program that draws two sets of ever-decreasing rectangles one in outline form and one filled alternately in black and white. | Click Here |
11 | III | Develop a database application that uses any JDBC driver | Click Here |
12 | III | Develop a Graphical User Interface that performs the following SQL operations: a) Insert b) Delete c) Update. | Click Here |
13 | III | Develop a program to present a set of choice for user to select a product and display the price of product. | Click Here |
14 | IV | Develop a simple servlet program which maintains a counter for the number of times it has been accessed since its loading, initialize the counter using deployment descriptor. | Click Here |
15 | IV | Create a web form which processes servlet and demonstrates use of cookies and sessions. | Click Here |
16 | V | Develop a simple JSP program for user registration and then control will be transfer it into second page. | Click Here |
17 | V | Develop a simple JSP program for user login form with static and dynamic database | Click Here |
18 | V | Develop a JSP program to display the grade of a student by accepting the marks of five subjects. | Click Here |