Handling Exceptions in Java

Q1. When does Exceptions in Java arises in code sequence?
Q2.Which of these keywords is not a part of exception handling?
Q3. Which of these keywords must be used to monitor for exceptions?
Q4. Which of these keywords is used to manually throw an exception?
Q5. Which of these keywords must be used to handle the exception thrown by try block in some rational manner?