3360701 (AJP)

AJP Syllabus

Link to downloadClick Here

AJP GTU Paper

AJP Summer – 2015Download
AJP Summer – 2016Download
AJP Summer – 2017Download
AJP Summer – 2018Download
AJP Summer – 2019Download
AJP Summer – 2020Download
AJP Summer – 2021Download
AJP Winter – 2015Download
AJP Winter – 2016Download
AJP Winter – 2017Download
AJP Winter – 2018Download
AJP Winter – 2019Download
AJP Winter – 2020Download
AJP Winter – 2021Download

AJP Study Notes

Link to downloadClick Here

AJP Assignment

Link to downloadClick Here

AJP Practical List

Sr. NoUnit No.Exercise/PracticalRead
1IDevelop 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
2IDraw ten red circles in a vertical column in the center of the applet.Click Here
3IBuilt an applet that displays a horizontal rectangle in its center. Let the rectangle fill with color from left to right.Click Here
4IDevelop 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
5IDevelop 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
6IDevelop an applet that uses the mouse listener, which overrides only two methods which are mousePressed and mouseReleased.Click Here
7IDevelop 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
8IIDevelop 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 IICreate 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 IIDevelop a program that draws two sets of ever-decreasing rectangles one in outline form and one filled alternately in black and white.Click Here
11IIIDevelop a database application that uses any JDBC driverClick Here
12 IIIDevelop a Graphical User Interface that performs the following SQL operations: a) Insert b) Delete c) Update.Click Here
13 IIIDevelop a program to present a set of choice for user to select a product and display the price of product.Click Here
14IVDevelop 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 IVCreate a web form which processes servlet and demonstrates use of cookies and sessions.Click Here
16VDevelop a simple JSP program for user registration and then control will be transfer it into second page.Click Here
17 VDevelop a simple JSP program for user login form with static and dynamic databaseClick Here
18 VDevelop a JSP program to display the grade of a student by accepting the marks of five subjects.Click Here

Leave a Comment