From 3f87ae1901c9187773a68ef242f54fe21d8012a5 Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Ramaswamy Date: Fri, 30 Oct 2020 09:46:18 +0530 Subject: [PATCH] Added Java Cheat Sheet (#4884) --- free-programming-cheatsheets.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/free-programming-cheatsheets.md b/free-programming-cheatsheets.md index 3126959b..ca295c9b 100644 --- a/free-programming-cheatsheets.md +++ b/free-programming-cheatsheets.md @@ -5,6 +5,7 @@ * [Data Science](#data-science) * [Git](#git) * [HTML / CSS](#html--css) +* [Java](#Java) * [JavaScript](#javascript) * [jQuery](#jquery) * [Vue.js](#vuejs) @@ -46,6 +47,11 @@ * [HTML CheatSheet](https://htmlcheatsheet.com) (HTML) +### Java + +* [Java](https://programmingwithmosh.com/wp-content/uploads/2019/07/Java-Cheat-Sheet.pdf) (PDF) + + ### JavaScript * [JavaScript Cheatsheet](https://www.codecademy.com/learn/introduction-to-javascript/modules/learn-javascript-introduction/cheatsheet) - Codecademy (HTML)