2019-10-31 21:43:47 -04:00
|
|
|
## Core Java Cookbooks and Examples
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2020-08-15 23:16:46 -04:00
|
|
|
- [Getting Started with Java Properties](http://www.baeldung.com/java-properties)
|
|
|
|
- [Java Money and the Currency API](http://www.baeldung.com/java-money-and-currency)
|
|
|
|
- [Introduction to Java Serialization](http://www.baeldung.com/java-serialization)
|
|
|
|
- [Guide to UUID in Java](http://www.baeldung.com/java-uuid)
|
|
|
|
- [Compiling Java *.class Files with javac](http://www.baeldung.com/javac)
|
|
|
|
- [Introduction to Javadoc](http://www.baeldung.com/javadoc)
|
|
|
|
- [Guide to the Externalizable Interface in Java](http://www.baeldung.com/java-externalizable)
|
|
|
|
- [What is the serialVersionUID?](http://www.baeldung.com/java-serial-version-uid)
|
|
|
|
- [A Guide to the ResourceBundle](http://www.baeldung.com/java-resourcebundle)
|
|
|
|
- [Merging java.util.Properties Objects](https://www.baeldung.com/java-merging-properties)
|