J
jcc
If I use a third-party library, and I don't know if it will throw
exception. Will it crash my program if I do not catch exception and
some exception occurs in the library?
exception. Will it crash my program if I do not catch exception and
some exception occurs in the library?