Hello,
I am new to Java and learning it. While reading about exception I got a doubt. In what difference conditions do we use throwable and try catch blocks? What does trowing an exception mean? While reading it, I felt that both of them are used for same purpose, handling exceptions, then in what way are these two different?
I also have a doubt in Interfaces. When no methods are implemented in interface, why do we need to implement them. Can't we just declare and implement them directly in the methods?
Thanks,
Maya

