Object Oriented Programming in JavaTU Board 2023
a) What is difference between checked and unchecked exception? Write a java program that will read college name from keyboard and display it on screen. The program should throw an exception when…
10a) What is difference between checked and unchecked exception? Write a java program that will read college name from keyboard and display it on screen. The program should throw an exception when length of college name is more than 50. b) What are methods used for inter-thread communication? Write a java program to create two threads so that one thread prints even number and other thread prints odd number between 100 and 200.
A worked answer is on its wayMeanwhile, read the Object Oriented Programming in Java notes for this topic.
Discussion
Loading…
More Object Oriented Programming in Java questions
What is meant by platform independence in Java?TU Board 20261Write any two differences between a class and an object.TU Board 20261What is the default value of an instance variable of type int in Java?TU Board 20261Which keyword is used to inherit a class in Java?TU Board 20261What is the purpose of the 'this' keyword in Java?TU Board 20261Name any two checked exceptions in Java.TU Board 20261