java-fundamentals
✓Maîtriser la programmation Java de base - syntaxe, POO, collections, flux et gestion des exceptions
SKILL.md
This skill covers Java fundamentals including syntax, OOP, collections, streams API, and exception handling for Java 8-21.
| Indexed access | ArrayList | O(1) random access | | Unique elements | HashSet | O(1) contains | | Sorted unique | TreeSet | O(log n) sorted | | Key-value pairs | HashMap | O(1) get/put |
| NullPointerException | Null reference | Use Optional | | ConcurrentModificationException | Modify during iteration | Iterator.remove() | | ClassCastException | Wrong type | Use generics |
Maîtriser la programmation Java de base - syntaxe, POO, collections, flux et gestion des exceptions Source : pluginagentmarketplace/custom-plugin-java.
Faits (prêts à citer)
Champs et commandes stables pour les citations IA/recherche.
- Commande d'installation
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-java --skill java-fundamentals- Catégorie
- </>Développement
- Vérifié
- ✓
- Première apparition
- 2026-02-01
- Mis à jour
- 2026-02-18
Réponses rapides
Qu'est-ce que java-fundamentals ?
Maîtriser la programmation Java de base - syntaxe, POO, collections, flux et gestion des exceptions Source : pluginagentmarketplace/custom-plugin-java.
Comment installer java-fundamentals ?
Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.) Copiez et exécutez cette commande : npx skills add https://github.com/pluginagentmarketplace/custom-plugin-java --skill java-fundamentals Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code ou Cursor
Où se trouve le dépôt source ?
https://github.com/pluginagentmarketplace/custom-plugin-java
Détails
- Catégorie
- </>Développement
- Source
- skills.sh
- Première apparition
- 2026-02-01