Let's discuss data access and exception handling this time
Task1:
- let's discuss why jdbc-demo code is not good any more
- how will you handle try catch re-throw?
- how to refactor? improvements?
Task2:
- let's discuss the use of unchecked exception vs checked exception
- questions or your concern?
Task3:
- unchecked exception and API design
Task4:
- unchecked exception vs no exception
- do not use exception for control/handle the normal business flow
Task5:
- share your thoughts on this workshop