π Parsing an XML File Using SAX Parser
https://www.baeldung.com/java-sax-parser
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-sax-parser
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Parsing an XML File Using SAX Parser | Baeldung
Learn how to parse an XML file in Java using SAX Parser.
π Java 15: Sealed Classes
//www.javacodegeeks.com/2020/10/java-15-sealed-classes.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/10/java-15-sealed-classes.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Java 15: Sealed Classes | Java Code Geeks - 2020
Java 15 introduces Sealed Classes, a preview language feature, that allows classes/interfaces to restrict which other classes/interfaces may extend or
π Processing real-time data with Storm, Kafka and ElasticSearch β Part 1
//www.javacodegeeks.com/processing-real-time-data-with-storm-kafka-and-elasticsearch-part-1.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/processing-real-time-data-with-storm-kafka-and-elasticsearch-part-1.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Processing real-time data with Storm, Kafka and ElasticSearch - Part 1 | Java Code Geeks - 2021
This is an article of processing real-time data with Storm, Kafka and ElasticSearch. 1. Introduction How would you process a stream of real or near-real
π Locking for multiple nodes the easy way: GCS
//www.javacodegeeks.com/2020/10/locking-for-multiple-nodes-the-easy-way-gcs.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/10/locking-for-multiple-nodes-the-easy-way-gcs.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Locking for multiple nodes the easy way: GCS | Java Code Geeks - 2020
It happens to all of us. We develop stateless applications that can scale horizontally without any effort.However sometimes cases arise where you need to
π Apache Camel 3.6 β More camel-core optimizations coming (Part 4)
//www.javacodegeeks.com/2020/10/apache-camel-3-6-more-camel-core-optimizations-coming-part-4.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/10/apache-camel-3-6-more-camel-core-optimizations-coming-part-4.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Apache Camel 3.6 - More camel-core optimizations coming (Part 4) | Java Code Geeks - 2021
I have previously blogged about the optimziations we are doing in the Apache Camel core. The first 3 blogs (part1, part2, part3) were a while back leading
π Java Program to Calculate Average Using Arrays
//www.javacodegeeks.com/2020/10/java-program-to-calculate-average-using-arrays.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/10/java-program-to-calculate-average-using-arrays.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Java Program to Calculate Average Using Arrays - Java Code Geeks
A quick and practical guide to find and to calculate the average of numbers in array using java language. 1. Overview In this article, you'll learn how to
π Java Program To Get Union Of Two Arrays
//www.javacodegeeks.com/2020/10/java-program-to-get-union-of-two-arrays.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/10/java-program-to-get-union-of-two-arrays.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Java Program To Get Union Of Two Arrays - Java Code Geeks - 2023
A quick and programming guide to how to get the union of two unsorted arrays in java with example programs. 1. Overview In this article, you'll learn how
π Scylla DB vs Apache Cassandra Overview
//www.javacodegeeks.com/scylla-db-vs-apache-cassandra-overview.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/scylla-db-vs-apache-cassandra-overview.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Scylla DB vs Apache Cassandra Overview - Java Code Geeks
1. Introduction In this article, let's take a quick look at the similarities and differences between two NoSql databases, ScyllaDB and Apache Cassandra
π Java String to String Array Conversion Examples
//www.javacodegeeks.com/2020/10/java-string-to-string-array-conversion-examples.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/10/java-string-to-string-array-conversion-examples.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Java String to String Array Conversion Examples | Java Code Geeks - 2020
A quick and practical guide on how to convert String to String Array in differnet ways in java. 1. Overview In this article, you'll learn how to convert
π Getting a Fileβs Mime Type in Java
https://www.baeldung.com/java-file-mime-type
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-file-mime-type
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Getting a File's Mime Type in Java | Baeldung
An overview of various ways to get a file's MIME type
π Performance of removeAll() in a HashSet
https://www.baeldung.com/java-hashset-removeall-performance
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-hashset-removeall-performance
β‘οΈ @JavaLearnZone
Baeldung
Performance of removeAll() in a HashSet | Baeldung
Explore the performance of removeAll() in HashSet.
π Merging java.util.Properties Objects
https://www.baeldung.com/java-merging-properties
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-merging-properties
β‘οΈ @JavaLearnZone
Baeldung
Merging java.util.Properties Objects | Baeldung
A quick and practical guide to merging Properties objects.
π Encode a String to UTF-8 in Java
https://www.baeldung.com/java-string-encode-utf-8
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-string-encode-utf-8
β‘οΈ @JavaLearnZone
Baeldung
Encode a String to UTF-8 in Java | Baeldung
Learn how to encode a Java String to the UTF-8 character set.
π Java β Write an InputStream to a File
https://www.baeldung.com/convert-input-stream-to-a-file
β‘οΈ @JavaLearnZone
https://www.baeldung.com/convert-input-stream-to-a-file
β‘οΈ @JavaLearnZone
Baeldung
Java - Write an InputStream to a File | Baeldung
How to write an InputStream to a File - using Java, Guava and the Commons IO library.
π How to Import a .cer Certificate Into a Java KeyStore
https://www.baeldung.com/java-import-cer-certificate-into-keystore
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-import-cer-certificate-into-keystore
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
How to Import a .cer Certificate Into a Java KeyStore | Baeldung
Let's find how to import a certificate in our keystores using the keytool command.