ADVANCE
JAVA
PROGRAMMING
(3360701)
ADVANCE JAVA PROGRAMMING
(3360701)
PRACTICAL LIST
SR.
PRACTICAL NAME
NO
Write an applet that draws a circle. The dimension of the applet should be 500 x 300
1 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)
2 Draw ten red circles in a vertical column in the center of the applet.
Built an applet that displays a horizontal rectangle in its center. Let the rectangle fill with
3
color from left to right.
Write an applet that display the position of them ouseat the upper left corner of the applet
4 when it is dragged or moved. Draw a 10x10 pixel rectangle filed with black at the current
mouse position.
Write an applet that contains one button. Initialize the label on the button to “start”, when
5 the user presses the button change the label between these two values each time the button
is pressed.
Write an applet that uses the mouselistener, which overrides only two methods which are
6
mousePressed and mouseReleased.
Write a program that has only one button in the frame, clicking on the button cycles
7 through the colors: red->green- >blue-> and so on. one color change per click.(use
getBackGround() method to get the current color)
Write an applet that contains three checkboxes and 30x30 pixel canvas. The three
checkboxes should be labelled “Red”, ”Green”, ”Blue”. The selection of the checkboxes
8
determine the color of the canvas. For example, if the user selects both “Red” and“ Blue”,
the canvas should be purple.
Create an application that displays a frame with a menubar. When a user selects any menu
9
or menu item, display that selection on a text area in the center of the frame
Write an applet that draws two sets of ever-decreasing rectangles one in outline form and
10
one filld alternately in black and white.
11 Write a database application that uses any JDBC driver.
12 DevelopaUIthatperformsthefollowingSQLoperations:1)Insert2)Delete 3)Update.
13 Writeaprogramtopresentasetofchoiceforusertoselectaproduct&displaythe price of product.
Writeasimpleservletprogramwhichmaintainsacounterforthenumberoftimesithasbeenaccess
14
edsinceitsloading, initialize the counter using deployment descriptor.
15 Createaformprocessingservletwhichdemonstratesuseofcookiesandsessions.
Write a simple JSP program for user Registration & then control will be transfer it into
16
second page.
17 Write a simple JSP program for user login form with static & dynamic database
Write a JSP program to display the grade o fa student by accepting the marks of five
18
subjects.
PROFESSIONAL
PRACTICE
USING
DATABASE
(3360702)
PROFESSIONAL PRACTICE USING DATABASE
(3360702)
PRACTICAL LIST
SR
PRACTICAL NAME
NO
1 Install and configure MySQL database
2 Install and use of SQLyog
3 Install and use of phpmyadmin
4 Install and Use of MySQL Browser
5 Install and use of MySQL Administration
6 Create table and perform various task such as Create a product and
product_price_history table. The price of product change constantly. Write a trigger for
updating product_price_history table when product price change in product table and such
other database can be explored
7 Implement and manipulate trigger such as Create a trigger for deleting all the products of
particular product type when that product type is deleted and similar for other databases.
8 Write stored routines such as write a routine for counting all product types and other such
routines can be performed
9 Manipulate on routines such as write a routine for updating price of
all product by 5% and other such routines can be performed
10 Create cursors such as create a cursor for selecting all product whose price is more than
1000 and other such cursors can be implemented
11 Perform various event handling operations such as create an event
that checks the product types having quantity less than 20 in stack
at every ten minutes and such other procedure can be done
12 Implement precise events such as create an event that checks the
product which has been sold maximum in a day and same exercises
can be performed
13 Create and manage user accounts in MySQL
14 Practice with GRANT and Revoke Command
15 Practice with database backup and recovery operations as well security operations
NETWORK
MANAGEMENT
AND
ADMINISTRATION
(3360703)
NETWORK MANAGEMENT AND ADMINISTRATION
(3360703)
PRACTICAL LIST
SR NO PRACTICAL NAME
1 Execute Basic TCP/IP utilities and commands.
2 Configure a router (Ethernet & Serial Interface) using router commands including
access lists on any network simulator.
3 Set-up and Configure VPN.
4 Design and implement small network using actual physical components with IP
address scheme.
Configuration of the following
5 a) Remote Login Service – TELNET/SSH
b) Configuration of FTP server and accessing it via FTP Client.
6 Setting up and Configuring Local Print Device and Network Print Device.
7 Creating Windows Server Boot Disk and Install Windows Server.
8 Installing and configuring Linux Server.
9 Installing Active Directory, Create Domain Controller & Creating AD Objects.
10 Create new Users, assign privileges/ Permission & Modify/ Delete/Deactivate
Users and groups.
11 Configure Print Server & Backup Server.
12 Identify, Network Faults and troubleshoot.
13 Manage Microsoft Windows Internet Name Services (WINS).
14 Manage Desktop Configuration using Group Policy & Remote Installation
Services.
MOBILE
COMPUTING
(3360704)
MOBILE COMPUTING
(3360704)
PRACTICAL LIST
SR
PRACTICAL NAME
NO.
1 Installation of JDK, Android SDK, Setup of AVD
2 Create "Name" and "EnrollNo" usingTexttViewWidget
3 Create an application of Explicitly starting NewActivityusingIntent.
4 Create demonstration of ActivityLifeCycle
5 Create Registrationpage using Basicwidgets
6 Create LoginModule
Create LoginApplication with validation and button
7
enabled / disabled.
8 Create LoginApp and display error using setError() method.
9 Create Demoapp for Relative and TableLayout
10 Create an app for ScrollView.
11 Create an application demonstrating mathematical operations.
12 Create an app demonstrating use of spinner.
13 Create an app demonstrating use of Toast message.
14 Create an app demonstrating Events realated to Button.
Create an UI with list of items. Onnextscreenselecteditem should
15
be displayed with features.
16 Create an app demonstrating use of DialogBox.