sanchit2107 / Learn-Java-with-Implementation-Professional-Level-1

A complete series of Java Implementation from Hello World to important concepts like OOPs, Multi-Threading, Exception Handling, Abstract Classes, Overloading/Overriding, and so on.
8 stars 8 forks source link

Add your Java based Programming Part #1

Open sanchit2107 opened 3 years ago

sanchit2107 commented 3 years ago

Add your Java-based learning program which helps others to learn the important concepts of Java.

What can you contribute:

sgaurav37533 commented 3 years ago

I can work on OOPs Multi threading and Java Stream API. Can you assign it to me.

sanchit2107 commented 3 years ago

Hi @sgaurav37533

Nice to see that you want to grow in the field of Open-Source Contribution.

You can start contributing to this repo but before that, you need to make sure you follow the below-mentioned standards to successfully merge your PR in this repo:

  1. Your Java Code is properly formatted and structured.
  2. No unnecessary commented code will be there.
  3. You can use proper comments in each part of the code.
  4. Your code should not have any errors/ bugs.
  5. Your code should be compiled with no errors.

Assigning you to work upon: OOPs Multi threading and Java Stream API

Waiting for your PR to merge in this and let's help others.

Regards Sanchit Singhal