0% found this document useful (0 votes)
2 views

Java Index-1

The document is a Continuous Assessment Sheet for the JAVA Lab course (CS 306) at the Institute of Technology & Management, Gwalior for the academic year 2024-25. It lists various programming experiments that students are required to complete, covering topics such as data types, control structures, algorithms, object-oriented programming, and database connectivity. The assessment includes criteria for understanding, program execution, report writing, and oral presentation, with a total of 100 marks.

Uploaded by

vihanbhatt847
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Java Index-1

The document is a Continuous Assessment Sheet for the JAVA Lab course (CS 306) at the Institute of Technology & Management, Gwalior for the academic year 2024-25. It lists various programming experiments that students are required to complete, covering topics such as data types, control structures, algorithms, object-oriented programming, and database connectivity. The assessment includes criteria for understanding, program execution, report writing, and oral presentation, with a total of 100 marks.

Uploaded by

vihanbhatt847
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Institute of Technology & Management, Gwalior

Department of Computer Science & Engineering


Continuous Assessment Sheet (CAS)
Academic Year: 2024-25 Course Name: JAVA Lab (CS 306)

Name of Student: Class & Batch: CSE-A Roll No.: 0905CS2310

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

18. WAP to demonstrate database


connectivity using JDBC
19. WAP to create a Swing Application with
JDBC
20. WAP to design a Menu using Swing in
Java
Total Marks
Marks out of 100

Signature Sign Signature


Head of Department Course Teacher Student

You might also like