|
116 | 116 | - [Comparing Strings in Java](http://www.baeldung.com/java-compare-strings) |
117 | 117 | - [Guide to Inheritance in Java](http://www.baeldung.com/java-inheritance) |
118 | 118 | - [Guide to Externalizable Interface in Java](http://www.baeldung.com/java-externalizable) |
119 | | -- [The Observer Pattern in Java](https://github.com/eugenp/tutorials/tree/master/core-java) |
| 119 | +- [The Observer Pattern in Java](http://www.baeldung.com/java-observer-pattern) |
120 | 120 | - [Flyweight Pattern in Java](http://www.baeldung.com/java-flyweight) |
121 | 121 | - [Object Type Casting in Java](http://www.baeldung.com/java-type-casting) |
122 | 122 | - [A Practical Guide to DecimalFormat](http://www.baeldung.com/java-decimalformat) |
|
127 | 127 | - [Inheritance and Composition (Is-a vs Has-a relationship) in Java](http://www.baeldung.com/java-inheritance-composition) |
128 | 128 | - [Finding Max/Min of a List or Collection](http://www.baeldung.com/java-collection-min-max) |
129 | 129 | - [The "final" Keyword in Java](http://www.baeldung.com/java-final) |
| 130 | +- [What is the serialVersionUID?](http://www.baeldung.com/java-serial-version-uid) |
| 131 | +- [A Guide To UDP In Java](http://www.baeldung.com/udp-in-java) |
| 132 | +- [A Guide to the Java LinkedList](http://www.baeldung.com/java-linkedlist) |
| 133 | +- [A Guide to Java Enums](http://www.baeldung.com/a-guide-to-java-enums) |
| 134 | +- [A Guide to the ResourceBundle](http://www.baeldung.com/java-resourcebundle) |
| 135 | +- [Quick Guide to java.lang.System](http://www.baeldung.com/java-lang-system) |
| 136 | +- [Class Loaders in Java](http://www.baeldung.com/java-classloaders) |
| 137 | +- [Find Sum and Average in a Java Array](http://www.baeldung.com/java-array-sum-average) |
| 138 | +- [Java List UnsupportedOperationException](http://www.baeldung.com/java-list-unsupported-operation-exception) |
130 | 139 | - [Service Locator Pattern](http://www.baeldung.com/java-service-locator-pattern) |
131 | 140 | - [Type Erasure in Java Explained](http://www.baeldung.com/java-type-erasure) |
132 | 141 | - [BigDecimal and BigInteger in Java](http://www.baeldung.com/java-bigdecimal-biginteger) |
|
0 commit comments