GitHub - Sailokeshg/Java_Assignments · GitHub
Skip to content

Sailokeshg/Java_Assignments

Folders and files

Repository files navigation

Java_Assignment 1

Create a java program to search through the home directory and look for files that match a regular expression. The program should be able to take inputs repeatedly and should print out the full absolute path of the matching files found.

Java_Assignment2

Write a java function that checks if the input string contains all the letters of the alphabet a-z (case-insensitive).

Java_Assignment3

Write a java function that will ping any host ( given as input ) and computes the median of the time taken to ping.

Java_Assignment 8

Create three new types of exceptions. Write a class with a method that throws all three. In main( ), call the method but only use a single catch clause that will catch all three types of exceptions. Add a finally clause and verify that your finally clause is executed, even if a NullPointerException is thrown.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages