10 lines
504 B
Markdown
Raw Normal View History

## Core Java Exceptions
2022-02-09 14:06:10 +08:00
This module contains articles about core java exceptions
### Relevant articles:
2022-02-09 14:06:10 +08:00
- [Java ArrayIndexOutOfBoundsException](https://www.baeldung.com/java-arrayindexoutofboundsexception)
- [Java Missing Return Statement](https://www.baeldung.com/java-missing-return-statement)
2022-03-16 21:45:47 +08:00
- [Convert long to int Type in Java](https://www.baeldung.com/java-convert-long-to-int)
- [“Sneaky Throws” in Java](https://www.baeldung.com/java-sneaky-throws)
- [[<-- Prev]](../core-java-exceptions-3)