Java: [v3] Suggest new exercise: <exception-handling>

Created on 4 Oct 2020  路  4Comments  路  Source: exercism/java

In this issue, a new concept exercise for the track is suggested. The exercise's name is <exception-handling>.

Rationale

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.

Concepts

Exception handling consists of the following main concepts:

  • try and catch blocks
  • finally block
  • throws and throw keywords.
  • Types of exceptions
  • Why use exception handling in the first place.

For example:

The goal of this exercise is to teach the student how the concept exception-handlig is implemented in . We will teach exception-handling through Java's classes and arrays mainly (can include more concepts also).

good first issue help wanted v3-launch

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

All 4 comments

@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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dawcars picture dawcars  路  7Comments

lemoncurry picture lemoncurry  路  3Comments

FridaTveit picture FridaTveit  路  6Comments

stkent picture stkent  路  4Comments

FridaTveit picture FridaTveit  路  6Comments