0% found this document useful (0 votes)
6 views1 page

Index Java

Uploaded by

sv825385
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)
6 views1 page

Index Java

Uploaded by

sv825385
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/ 1

INDEX

S.No List of Experiments Page Date Faculty Remarks


No. Sign

1 Write a program to check whether


the given string is anagram or not

2 Write a program to check whether


the given strings is pangram or not

3 Write a program to count the distinct


characters in a string

4 Write a program to check whether


the given substring exists in a main
string or not

5 Write a program to check whether


the given string endswith ‘ed’ or ‘ing’
suffix

6 Write a program to create a method


that takes an integer as a parameter
and throws an exception if the no is
a multiple of both 5 and 7 otherwise
not

7 Write a program that reads a list of


integers from the user and throws
an exception if any numbers are
duplicates

8 Write a program using thread to


print all multiples of 3 between 1 to
100

9 Write a program that demonstrates


the basic concept of exception
handling.

10 Extend the previous program to


handle multiple types of exception

11 Write a program that demonstrates


synchronisation between multiple
threads.

You might also like