crescentpartha/CheatSheets-for-Developers

Add cheatsheets for Java

dab07 opened this issue · 2 comments

dab07 commented

New CheatSheet

Add Java Programming Language CheatSheet in CheatSheets folder

dab07 commented

@crescentpartha can you please assign it to me?

Some Instructions:

  • Please, give the tabular format like git-cheatsheet.md, It will be better to visualize and understand the whole cheatsheet.
  • File naming convention: javas-cheatsheet.md
  • Add your java-cheatsheet.md file in README.md file.

Example of Tabular format:

String Methods

Methods Descriptions
charAt() Returns a character at a specified position inside a string
charCodeAt() Gives you the unicode of character at that position

Thanks, @dab07