These days, I have been trying to learn java, But I am confused about Throws exceptions. is this statement correct?: Throws in method signature causes an exception (or some exceptions) throw to another method that is calling this method. and caller method has try/catch to handle thrown exception.
Thanks in advance. Farrohk