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

Java -Main Page and Index (2)

This document is a practical record for a Java programming course for first-year Bachelor of Computer Science with Data Science students at Patrician College of Arts & Science for the academic year 2024-2025. It includes a bonafide certificate, an index of various Java programs covering topics such as prime numbers, matrix multiplication, string manipulation, multi-threading, exception handling, and GUI applications. The record is intended for submission during the university practical examination.

Uploaded by

nk3182006
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Java -Main Page and Index (2)

This document is a practical record for a Java programming course for first-year Bachelor of Computer Science with Data Science students at Patrician College of Arts & Science for the academic year 2024-2025. It includes a bonafide certificate, an index of various Java programs covering topics such as prime numbers, matrix multiplication, string manipulation, multi-threading, exception handling, and GUI applications. The record is intended for submission during the university practical examination.

Uploaded by

nk3182006
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Adyar,

Chennai – 600 020

JAVA PROGRAMMING PRACTICAL


PRACTICAL RECORD

BY

REGISTER NO :

NAME :

SUBJECT CODE : 127C21

DEGREE : BACHELOR OF COMPUTER SCIENCE WITH DATA SCIENCE

YEAR : I YEAR – 2nd SEMESTER ( 2024-2025 )

OF

DEPARTMENT OF C.SC WITH DATA SCIENCE


Adyar,
Chennai – 600 020

BONAFIDE CERTIFICATE

University Register Number

This is to certify that this is the Bonafide Record Work done by

of I C.Sc with DS on

JAVA PROGRAMMING PRACTICAL during the Academic Year

2024 - 2025.

Faculty-In-Charge Head of the Department

Submitted during the University Practical Examination held on

_ at Patrician College of Arts & Science, Chennai.

Internal Examiner External Examiner

Date: Date:
INDEX
Sno Date Program name Page Sign
no
1 Java program that prompts the user for an integer and then prints
out all the prime numbers up to that integer

2 Java program to multiply two given matrices

3 Java program that displays the number of characters, lines and


words in a text

4 Java Program to generate random numbers between two given limits


using Random class and print messages according to the range of
the value generated.
5 Java program to do String Manipulation using Character Array and
perform the following string operations: String length, Find
Character and Concatenate two strings
6 Java program to perform the following string operations using
String class:String Concatenation, Search String and Extract String

7 Java program to perform string operations using StringBuffer


class: Length of a String, Reverse a string and Delete a
substring
8 Java program that implements a multi-thread application to generate
random integer, square of even numbers and cube of odd numbers

9 Java program which uses the same method asynchronously to


print the numbers 1 to 10 using Thread1 and to print 90 to 100
using Thread2.
10 Java program to demonstrate the use of following exceptions :
Arithmetic , Number Format, Array Index out of Bound and
Negative Array Size Exceptions
11 Java program that reads on file name from the user, then displays
information whether the file exists, is readable, is writable, the type
of file and the length of the file in bytes.
12 Java program to accept a text and change its size and font including
bold italic options with frames and controls.

13 Java program that handles all mouse events and shows the event
name at the center of the window when a mouse event is fired using
adapter classes
14 Java program that works as a simple calculator using a grid
layout to arrange buttons for the digits and for the +, -,*, %
operations and to handle divide by zero exception.
15 Java program that simulates a traffic light.

You might also like