In this issue, a new concept exercise for the <exception-handling>.
Exception handling is a core concept of java and is used extensively in development. Someone working/ learning Java, should know the basics of Exception handling.
Exception handling consists of the following main concepts:
For example:
The goal of this exercise is to teach the student how the concept exception-handlig is implemented in exception-handling through Java's classes and arrays mainly (can include more concepts also).
@mirkoperillo I guess you can consolidate it and make an actual issue for it.
Moreover, I'll like to take it up. :)
TIA
@himanshugoyal1065 it is yours !
You can take C# version as reference https://github.com/himanshugoyal1065/v3/tree/master/languages/csharp/exercises/concept/exceptions
Hi @himanshugoyal1065, are you still working on this ?
I consider this issue unussigned
Most helpful comment
@himanshugoyal1065 it is yours !
You can take C# version as reference https://github.com/himanshugoyal1065/v3/tree/master/languages/csharp/exercises/concept/exceptions