News

Use Java assertions to test your assumptions about program correctness and check them in your code.
Notepad now allows you to write Markdown without installing anything extra. Use toolbar shortcuts to apply formatting, switch views, and clear formatting when needed.
Using generics results in more robust code and avoids ClassCastExceptions in your Java programs. This in-depth tutorial introduces you to generics and their types and methods.