/triky-and-new-topics-in-java

The projects includes simple codes and explanations for tricky, new or frequently needed topics in Java.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Tricky, New or Detail Topics in Java

This projects includes several topics that might be considered tricky, new and frequent. They were simply explained and code samples were given.

The topics so far:

  • Basic text file operations
  • Runtime class
  • Finally block and Try-with-resources
  • Sealed classes
  • Records (java.lang.Record)
  • Assertions: assert