π Getting the Size of an Iterable in Java
https://www.baeldung.com/java-iterable-size
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-iterable-size
β‘οΈ @JavaLearnZone
Baeldung
Getting the Size of an Iterable in Java | Baeldung
Learn different ways to get the size of an Iterable in Java
π Guide to the Externalizable Interface in Java
https://www.baeldung.com/java-externalizable
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-externalizable
β‘οΈ @JavaLearnZone
Baeldung
Guide to the Externalizable Interface in Java | Baeldung
Have a look at Java's Externalizable interface for custom serialization and deserialization.
π Appium vs Selenium β Architecture, Functionality, Applications, and Everything in Between
//www.javacodegeeks.com/2020/12/appium-vs-selenium-architecture-functionality-applications-and-everything-in-between.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/12/appium-vs-selenium-architecture-functionality-applications-and-everything-in-between.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Appium vs Selenium - Architecture, Functionality, Applications, and Everything in Between | Java Code Geeks - 2020
Itβs perhaps difficult to remember life before smartphones. Today, mobile phones have transformed dramatically to become the information and communication
π Spring Boot for war
//www.javacodegeeks.com/2020/12/spring-boot-for-war.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/12/spring-boot-for-war.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Spring Boot for war | Java Code Geeks - 2020
Spring Boot supports the following embedded servlet containers: Tomcat Jetty Undertow You can use Maven, Gradle, or Ant/Ivy as build tools to generate the
π JAVA_HOME should point to a JDK not a JRE
https://www.baeldung.com/maven-java-home-jdk-jre
β‘οΈ @JavaLearnZone
https://www.baeldung.com/maven-java-home-jdk-jre
β‘οΈ @JavaLearnZone
Baeldung
Maven Error βJAVA_HOME should point to a JDK not a JREβ | Baeldung
Learn about the root cause of the Maven error 'JAVA_HOME should point to a JDK not a JRE' and how to resolve it
π ArrayList vs. LinkedList vs. HashMap in Java
https://www.baeldung.com/java-arraylist-vs-linkedlist-vs-hashmap
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-arraylist-vs-linkedlist-vs-hashmap
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
ArrayList vs. LinkedList vs. HashMap in Java | Baeldung
Learn about the differences between three of the most common Java Collections: ArrayList, LinkedList, and HashMap
π Intro to Google Cloud Storage with Java
https://www.baeldung.com/java-google-cloud-storage
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-google-cloud-storage
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Intro to Google Cloud Storage with Java | Baeldung
Hit the ground running with Google Cloud Storage with quick examples of how to create a bucket, write, read, and update data.
π A Quick Guide to Post Requests with OkHttp
https://www.baeldung.com/okhttp-post
β‘οΈ @JavaLearnZone
https://www.baeldung.com/okhttp-post
β‘οΈ @JavaLearnZone
Baeldung
A Quick Guide to Post Requests with OkHttp | Baeldung
Learn about the different features OkHttp has for POST requests.
π InvalidAlgorithmParameterException: Wrong IV Length
https://www.baeldung.com/java-invalidalgorithmparameter-exception
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-invalidalgorithmparameter-exception
β‘οΈ @JavaLearnZone
Baeldung
InvalidAlgorithmParameterException: Wrong IV Length | Baeldung
In this tutorial, we'll describe how to avoid InvalidAlgorithmParameterException when we generate the IV and use it in a cipher algorithm.
π Writing byte[] to a File in Java
https://www.baeldung.com/java-write-byte-array-file
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-write-byte-array-file
β‘οΈ @JavaLearnZone
Baeldung
Writing byte[] to a File in Java | Baeldung
When we need to write an array of bytes to a file in Java, there are a few options. We can use either the built-in APIs or a few common libraries.
π Configuring a Project to Exclude Certain Sonar Violations
https://www.baeldung.com/sonar-exclude-violations
β‘οΈ @JavaLearnZone
https://www.baeldung.com/sonar-exclude-violations
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Configuring a Project to Exclude Certain Sonar Violations | Baeldung
For some analyses, SonarQube needs some exclusions added to avoid false positives. We investigate a few ways to configure it.