Question: Question 10 please please use JOption dialog for put. And I use Netbeans IDE 8.2 so please use this software's format. And if you can



Question 10 please
please use "JOption" dialog for put. And I use "Netbeans IDE 8.2" so please use this software's format. And if you can please make a Flow Chart by this program. (Flow chart is very important, so if you did I will be very thankful. copy constructor in the Flow chart and class diagram is a point). This program is Java
here does execution resume after an exception has been thrown and caught? When multiple exceptions are caught in the same try statement and some of them are related through inheritance, does the order in which they are listed matter? What types of objects can be thrown? When are you required to have a throws clause in a method header? What is the difference between a checked exception and an unchecked exception? What is the difference between the throw statement and the throws clause? What is the difference between a text file and a binary file? What is the difference between a sequential access file and a random access file? What happens when you serialize an object? What happens when you deserialize an object? 6. 7. 8. 9. 10. 11. 12. 13. Programming Challenges ngLab Visit www.myprogramminglab.com to complete many of these Programming Challenges online and get instant feedback. 1. TestScores Class Write a class named TestScores. The class constructor should accept an array of test scores as its argument. The class should have a method that returns the average of the test scores. If any test score in the array is negative or greater than 100, the class should throw an IllegalArgumentException. Demonstrate the class in a program. 2. TestScores Class Custom Exception Write an exception class named Invalidrestscore. Modify the TestScores class you wrote in Programming Challenge 1 so that it throws an InvalidTestScore exception if any of the test scores in the array are invalid 3. Retailitem Exceptions Programming Challenge 4 of Chapter 6 required you to write a RetailItem class that holds data pertaining to a retail item. Write an exception class that can be instantiated and thrown when a negative number is given for the price. Write another exception class that can be tantiated and thrown when a negative number is given for the units on hand. Demon- strate the exception classes in a program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
