Skip to content

Commit 2e9f02a

Browse files
Update README.md
1 parent d240caf commit 2e9f02a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

core-java/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,20 @@
1414
- [Pattern Search with Grep in Java](http://www.baeldung.com/grep-in-java)
1515
- [URL Encoding and Decoding in Java](http://www.baeldung.com/java-url-encoding-decoding)
1616
- [How to Create an Executable JAR with Maven](http://www.baeldung.com/executable-jar-with-maven)
17-
- [How to Design a Genetic Algorithm in Java](http://www.baeldung.com/java-genetic-algorithm)
1817
- [Basic Introduction to JMX](http://www.baeldung.com/java-management-extensions)
19-
- [AWS Lambda With Java](http://www.baeldung.com/java-aws-lambda)
2018
- [Introduction to Nashorn](http://www.baeldung.com/java-nashorn)
2119
- [Java Money and the Currency API](http://www.baeldung.com/java-money-and-currency)
2220
- [JVM Log Forging](http://www.baeldung.com/jvm-log-forging)
2321
- [Guide to sun.misc.Unsafe](http://www.baeldung.com/java-unsafe)
2422
- [How to Perform a Simple HTTP Request in Java](http://www.baeldung.com/java-http-request)
2523
- [How to Add a Single Element to a Stream](http://www.baeldung.com/java-stream-append-prepend)
26-
- [Kotlin Java Interoperability](http://www.baeldung.com/kotlin-java-interoperability)
2724
- [How to Find all Getters Returning Null](http://www.baeldung.com/java-getters-returning-null)
2825
- [How to Get a Name of a Method Being Executed?](http://www.baeldung.com/java-name-of-executing-method)
29-
- [Converting a Stack Trace to a String in Java](http://www.baeldung.com/java-stacktrace-to-string)
3026
- [Introduction to Java Serialization](http://www.baeldung.com/java-serialization)
3127
- [Guide to UUID in Java](http://www.baeldung.com/java-uuid)
3228
- [Guide to Escaping Characters in Java RegExps](http://www.baeldung.com/java-regexp-escape-char)
3329
- [Difference between URL and URI](http://www.baeldung.com/java-url-vs-uri)
3430
- [Broadcasting and Multicasting in Java](http://www.baeldung.com/java-broadcast-multicast)
35-
- [Period and Duration in Java](http://www.baeldung.com/java-period-duration)
3631
- [OutOfMemoryError: GC Overhead Limit Exceeded](http://www.baeldung.com/java-gc-overhead-limit-exceeded)
3732
- [Creating a Java Compiler Plugin](http://www.baeldung.com/java-build-compiler-plugin)
3833
- [Quick Guide to Java Stack](http://www.baeldung.com/java-stack)
@@ -43,7 +38,7 @@
4338
- [A Guide to Iterator in Java](http://www.baeldung.com/java-iterator)
4439
- [The Trie Data Structure in Java](http://www.baeldung.com/trie-java)
4540
- [Introduction to Javadoc](http://www.baeldung.com/javadoc)
46-
- [Guide to Externalizable Interface in Java](http://www.baeldung.com/java-externalizable)
41+
- [Guide to the Externalizable Interface in Java](http://www.baeldung.com/java-externalizable)
4742
- [A Practical Guide to DecimalFormat](http://www.baeldung.com/java-decimalformat)
4843
- [How to Detect the OS Using Java](http://www.baeldung.com/java-detect-os)
4944
- [ASCII Art in Java](http://www.baeldung.com/ascii-art-in-java)

0 commit comments

Comments
 (0)