Java Index-1
Java Index-1
Exp. Date Title of Experiment Concept Program Oral Total Date of Sign of
No. Under- Execut- and (30) Sub. Staff
standing ion (10) Report
(10) Writing
(10)
1. Use Eclipse or Net bean platform and
acquaint with the various menus.
Create a test project, add a test class,
and run it. See how you can use auto
suggestions, auto fill. Try code
formatter and code refactoring like
renaming variables, methods, and
classes. Try debug step by step with a
small program of about 10 to 15 lines
which contains at least one if else
condition and a for loop.
2. WAP to demonstrate data types available
in java
3. WAP to design a simple calculator using
switch case statement
4. WAP to print all prime numbers between
1 to 1000
5. WAP to implement linear search in 1D
array
6. WAP to implement bubble sort in 1 D
array
7. WAP to multiply 2 matrices in java
8. WAP to implement recursion function in
java
9. WAP to demonstrate some in-built
functions on Strings
10. WAP to demonstrate concept of Class,
Object, and methods in java.
11. WAP to demonstrate method overloading
in java
12. WAP to demonstrate inheritance in java
13. WAP to demonstrate multiple inheritance
using interface
14. WAP to demonstrate method over riding
in java
15. WAP to demonstrate exception handling
in java
16. WAP to demonstrate multi-threading in
java
17. WAP to read, write, append data in files