How to write a method header that throws exception
问题 "Given that FileInputStream’s constructor throws FileNotFoundException, which is a subclass of Exception, write the header for a public method named process that takes a String parameter and returns nothing, and whose body instantiates a FileInputStream object and does not contain a try-catch statement." I know it's a too-simple question but I want to make sure I'm not messing up in a dumb way. Also, not sure whether to use FileNotFoundException or just Exception or IO, etc. public process