More than 500 tutorials about Java,
web development and other software
development related topics.
News
Displaying SVG in Browsers
The SVG tutorial has been updated, showing how to include SVG in HTML pages using the img HTML element, or the SVG element.

Maven Tutorial.
This Maven tutorial explains the core concepts of Maven which are important to understand for new Maven users.

Time Zone Management.
Managing dates and time across different time zones can be a bit tricky, so I have explained how in this tutorial.

Unicode - converting to and from.
You can convert text to and from unicode in Java using either the String class or the Reader and Writer classes, as explained in this tutorial.

BreakIterator - finding breaks between characters, words and sentences across languages.
The BreakIterator class is part of the Java Internationalization API. It enables you to find breaks between characters, words and sentences according to the rules of different languages.