A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
AOP with Spring Boot – HowToDoInJava
Learn to implement AOP in Spring Boot applications to support cross-cutting concerns such as logging, profiling. Spring boot aop example.
Configuring A Quarkus Application With Profiles
This blog post follows the first one I wrote about Configuring A Quarkus Application. So, if you want to know how to configure a Quarkus application using a Unified Configuration (application.prope…
Get started with lambda expressions
Learn how to use lambda expressions and functional programming techniques in your Java programs
Targeted to Java 14: JEP 365: ZGC on Windows – JAXenter
The Z Garbage Collector or ZGC has, until now, not been compatible with Windows, but JEP 365 wants to change that. Let’s take a look at the future of Java.
Top 10 Java stories of October: Open source, Microsoft and Jakarta EE 9
October’s top news was about two new open sourced pieces of software from Netflix. Other trending stories in our top 10 include Microsoft and Kotlin.
Microsoft announces it’s ready to contribute to OpenJDK – JAXenter
The collaboration between Microsoft and Oracle has now been formalized, and Microsoft posted a message in the OpenJDK mailing list about what happens next.
The Payara Monthly Catch for October 2019
Our monthly Java, Jakarta EE and MicroProfile news round up of interesting articles, videos, podcasts and community news from October.
JUnit 5 Repeated Tests – Mkyong.com
By mkyong | November 6, 2019 This article shows you how to use the JUnit 5 @RepeatedTest to repeat a test a specified number of ti….
A First Look at Java Inline Classes
Java currently supports only two types of value: primitives and object references. Project Valhalla extends this by introducing inline classes which are a new form of type that exhibit some behaviors of both. These new types open the door to better alignment with modern CPUs and considerable potential performance improvements for Java applications.
Free Java Tutorial – Java Tutorial for Complete Beginners
This free java tutorial for complete beginners will help you learn the java programming language from scratch. Start coding in no time with this course!
How to Implement a Power Function in Java – Coding Interview Question
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Scanner nextLine() Method | Baeldung
Learn about Java’s Scanner.nextLine method using some simple examples
Spring boot – Send email with attachment – HowToDoInJava
Learn how to send email in spring boot applications with the help of JavaMailSender for sending simple text emails as well as emails with attachments.
6 ways to declare and initialize Two-dimensional (2D) String and Integer Array in Java – Example Tutorial
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.