also.. How does checked exceptions from java work ...
# getting-started
u
also.. How does checked exceptions from java work with kotlin? I have method in java that throws Exception. I call it in kotlin, and compiles without any try catch necessary, how come? how can that be valid?