Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Practicals Class XII – IP

schooldiary.ashoksquest.org/list-of-practicals/practicals-class-xii-ip/

List of suggested Practical for Class XII IP

S Name of Practical
No

2 Even-Odd Application

3 Printing of Weekdays based on switch-case

4 Grade Calculator based on if-else-if

5 Check whether a Character is ‘Alphabet’, ‘Digit’ or a ‘Special Character’

6 Locking a jTextField to accept only Digits and another jTextField to accept only Alphabets. (Using
the key event KeyTyped)

JAVA PROGRAMMING

7 Factorial of a number

8 Sum of n natural numbers

9 Sum of odd numbers upto n

10 Sum of even numbers upto n

11 Printing series of natural numbers, even and odd numbers (GUI)

12 Sum of n natural, odd and even numbers

13 Sum of Individual Digits of a Number

14 Reverse of a Number

15 Check for Prime Number

16 HCF of two numbers

17 Check for Armstrong Number

18 Creating a Java Class for Student Records to demonstrate classes, objects and Inheritance

STRING LIBRARY

1/2
19 Changing Case from lower to upper and upper to lower

20 Substring of a String, Concatenation, trim, length

21 Reverse of a String

22 Pyramid from a String

JDBC APPLICATION

23 JDBC Application-I: Student Data

24 JDBC Application-II: Employee Data

SQL

25 15 Queries based on EMP-DEPT Table (simple query, Join Query, Queries with Aggregate
functions)

26 15 Queries based on PRODUCT-SUPPLY Table (simple query, Join Query, Queries with
Aggregate funtions)

2/2

You might also like