·java-fundamentals
</>

java-fundamentals

pluginagentmarketplace/custom-plugin-java

Master-Core-Java-Programmierung – Syntax, OOP, Sammlungen, Streams und Ausnahmebehandlung

101Installationen·2Trend·@pluginagentmarketplace

Installation

$npx skills add https://github.com/pluginagentmarketplace/custom-plugin-java --skill java-fundamentals

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 |

Master-Core-Java-Programmierung – Syntax, OOP, Sammlungen, Streams und Ausnahmebehandlung Quelle: pluginagentmarketplace/custom-plugin-java.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-java --skill java-fundamentals
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist java-fundamentals?

Master-Core-Java-Programmierung – Syntax, OOP, Sammlungen, Streams und Ausnahmebehandlung Quelle: pluginagentmarketplace/custom-plugin-java.

Wie installiere ich java-fundamentals?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-java --skill java-fundamentals Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/pluginagentmarketplace/custom-plugin-java