Ok so the title isn’t quite what Buzz Lightyear said but cut me some slack, it’s been a long day! Earlier I posted a blog about the results…
Category: Articles
A Beginners Guide to Array in Java
Without any doubt, the array is one of the most used data structure in all programming languages, including Java . Pick up any programming …
3 Best Spring Security Online Training Courses for Java Developers
The Spring Security is one of the leading open source, security framework which allows you to implement security in Java based web applicat…
Why wait() and notify() method should be called inside a loop in Java?
If you have used wait() and notify() method in Java then you know that the standard idiom of calling wait() method uses a loop, but have…
Java EE, Jakarta EE, MicroProfile, or maybe all of them
Which platforms, particular standards, and runtimes should enterprise developers base their applications?
How to Check if a Key Object Exists in HashMap Java? containsKey() Example
Hello guys, you might know that one of the common programming tasks while using HashMap in Java is to check if a given key exists in the ma…
From Java EE To Cloud Native: The End Of The Heavyweight Era – @lightbend
In the modern world of streaming data and multicore cloud computing, businesses need to be prepared for cloud-native approaches and microservices-based architectures in order to survive.
3 Coding Tips Java Developers can Learn From Spring Framework
There is no doubt that Spring Framework is one of the most popular Java frameworks and makes it really easy to create real-world, enterpris…
10 Things Every Software Developer Should Know
If you have been self-teaching programming to yourself then this list will help you what to learn to become a software developer
Machine Learning in Java: Deeplearning4j Version 1.0.0-beta4 is here – JAXenter
The latest update, Deeplearning4j Version 1.0.0-beta4 adds new support, optimization, fixes some pesky bugs, and adds a few new features.
New Java proposal: JEP draft explores Java syntax with hyphenated keywords – JAXenter
Discussion and JEP drafts move us forward towards the big release. One JEP draft suggests a new solution: Keyword Management for the Java language.
5 Free DevOps Courses to Learn Jenkins, Docker, and Kubernetes for Programmers
Hello guys, you might have heard about DevOps and all the attention it is getting now. The DevOps is a new phenomenon and there is a mad ra…
Handling change in newlines by XML transformation for CDATA from Java 8 to Java 11
With Java 9 there was a change in the way javax.xml.transform.Transformer with OutputKeys.INDENT handles CDATA tags. In short, in Java 8 a tag named ‘test’ containing some character data would resu…
Differences between @RequestParam and @PathVariable annotations in Spring MVC?
The Spring MVC framework, one of the most popular frameworks for developing a web application in Java world also provides several useful an…
Java Weekly, Issue 277 | Baeldung
A guide to using coroutines and Kotlin Flow to write non-blocking code in an imperative way with the Spring reactive stack.