JPR Question Bank For MSBTE Practcal Exam
JPR Question Bank For MSBTE Practcal Exam
Date: 18/04/2025
Academic Year: 2024-25
Course & Code: Java Programming (JPR-314317)
Semester & Code: IF-4-K Class: SYIF Semester: IV(EVEN)
1. Write a program to check multiple conditions using if statement along with logical
operators.
2. Write programs to demonstrate use of switch-case statement.
3. Develop programs to demonstrate use of looping statement ‘for’
4. Develop programs to demonstrate use of while, do-while
5. Write programs for implementation of different methods of String class.
6. Write programs for implementation of different methods of StringBuffer class.
7. Write a program to implement different types of constructors to perform addition of
complex numbers.
8. Develop a program for implementation of arrays in java
9. Write a program to implement multidimensional array.
10.Write a program to insert different elements in the Vector & display them
11.Develop a program for implementation of single and multilevel inheritance.
12.Develop a program to calculate he room area and volume to illustrate the concept of
single inheritance.
13.Demonstrate the use of interfaces to implement the concept of multiple inheritance.
14.Develop a program to find area of rectangle and circle using interfaces
15.Develop a program to create package let_me_calculate with a class names calculator and
a method named addition to add two integer numbers. Import let_me_calculate package
in another program (class named demo) to add two numbers.
16.Develop a program to accept a password from the user and throw “Authentication
Failure” Exception if the password is incorrect
17.Develop a program to illustrate the use of Multithreading.
18.Define an exception called “NotMatchExceptons” that is thrown when a string is not
equals to “India”. Write a program that uses this exceptions
19.Design an application to demonstrate the use of Radio Button, Checkbox,TextField,
Button and Label.
20.Develop an application using List components to add names of 10 different cities.
21.Write a program which creates Menu of different colors and disable menu item for Black
color.
22.Write a program to generate following output using Border Layout
25.Write a JTree program to show root directory and its subFolders of your System.
26.Write a Java program to create a table of Name of Student, Percentage and Grade of
10 students using JTable
27.Write a program to generate KeyEvent when a key is pressed and display “Key Pressed”
message
28.Write a program to demonstrate the use of methods of MouseListener and
MouseMotionListener
29.Write program to implement action event in frame using AWT/Swing components.
30.Develop a program using InetAddress class to retrieve IP address of computer
when hostname is entered by the user
31.Write a program using URL class to retrieve the host, protocol, port and file of URL
http://www.msbte.org.in
Subject Teacher