Java Language


16 Requested Topics

Generating Java Code This topic would be about various tools to create Java code, including, but not limited to: * Generating Java stubs from JavaDoc (sounds crazy, but valid) * Generating Java classes to fit XSD descriptions etc. requested by ppeterka 15.8k 6 comments
Java SE/EE/ME Differences in functionality (libraries included etc) and usage (mobile, embedded, applets etc). requested by MordechayS 1,093
JMX Topic about Java Management Extensions (JMX) requested by Enigo 962 1 comment
javax.lang.model API Needed to retrieve type info e.g. in annotation processors and netbeans plugins. This package including subpackages should get some documentation, especially since it's a bit harder to use than reflection. docs.oracle.com/javase/8/docs/api/javax/lang/model/… requested by fabian 27k
Schedulers in java How Schedulers works? and basic examples of scheduling jobs? requested by Ali786 1,420
View more

5 Need Improvement

Map in need of moderator intervention
New File I/O in need of moderator intervention
Positional Access Operations in need of moderator intervention
Simple Logging Facade for Java (SLF4J) in need of moderator intervention