In this post, we will see how to connect Java application with MySQL database.JDBC stands for Java Database Connectivity, which is a standard Java API for database-independent connectivity between the Java programming language and a wide range of databases.
How to copy Files from one directory to other in Java
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
How to Convert a Lambda Expression to Method Reference in Java 8?
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Master Apache JMeter
The book “Master Apache JMeter From load testing to DevOps” provides an impressive amount of knowledge on how to successfully do performance testing with JMeter.
Optimize your code for Quarkus
My previous article, was about running a JakartaEE/MicroProfile application with minimum changes. My purpose was to keep the Java code as standard as possible so that it can keep running on other i…
Introduction to cache2k | Baeldung
Learn how to use cache2k, a lightweight in-memory Java caching library.
Java Strings
Java Strings are sequences of characters which make up a code, name, sentence or whateever else you need to represent with characters. Java Strings are represented as arrays of characters internally in memory. This Java String tutorial explains how to work with Java Strings.
Quiz Yourself: Understanding enums (Advanced)
The subtleties of using enums in a switch statement
Ghostcat breach affects all Tomcat versions | Snyk
Apache Tomcat is an open source implementation of the Java Servlet, JavaServer Pages, Java Expression Language, and Java WebSocket technologies. Tomcat is
Community Features Added to Stability Stream in Payara Platform 5.201 Release
The first release of the Payara Platform in 2020 syncs the Stability and Community streams. Payara Platform 5.201 includes several new features.
Java on Container Like A Pro
JVM in containersModern day software systems are moving towards containers. Butthere are a few important factors to understand before we move ourJava/JVM…
Java Weekly, Issue 321 | Baeldung
Spring’s new website sports a fresh, clean design, and an exercise in optimizing a Java method with an eye toward minimizing its bytecode footprint.
Merge Sort in Java – Algorithm Example and Tutorial
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Test automation framework Karate reaches milestone release
Karate 0.9.5 has been released. The test automation framework is open source and was developed as an alternative to Selenium.