Do you have multiple parameters annotated with @RequestParam in a request mapping method and feel it…
Category: Articles
What is Java Synchronized Collections? Complete Tutorials using java.util.Collections • Crunchify
Java Collection Framework is one of the most used section. There are more than 100 APIs are available for us to use at fingertips. synchronizedMap()
Java Merge Sort Algorithm Implementation? Detailed Explanation and Complete Tutorial • Crunchify
On Crunchify, we have written so far 500+ Java and Spring MVC technology related tutorials. Learning new stuff never bored me. I like learning new stuff
The 2018 DevOps RoadMap – Your Guide to become DevOps Engineer
DevOps is really hot at the moment and most of my friends, colleagues and senior developers I know are working hard to become a DevOps engi…
Introducing Java SE 11
How time flies! Over the last several months, Oracle announced changes to evolve the Java platform ensuring it continues forward ….
Capacity Planning using the Universal Scalability Law with Java and usl4j
Capacity planning is an important task when trying to anticipate resources and scaling factors for our applications.The usl4j library offers us an easy abstraction for Neil J. Gunther’s Universal Scalability Law and allows us to build up a predictive model based on the parameters throughput, latency and concurrent operations.With a basic input set of two of these parameters, we are able to predict how these values change if we change one input parameter so that we can build our infrastru
Why does Java not allow multiple inheritance but does allow conforming to multiple interfaces with default implementations
I am not asking this -> Why is there no multiple inheritance in Java, but implementing multiple interfaces is allowed?In Java, multiple inheritance isn’t allowed, but, after Java 8, Interfaces ca…
10vc1 – NetBeans – Apache Software Foundation
Content Tools Add-ons Powered by a free Atlassian Confluence Open Source Project License granted to Apache Software Foundation. Ev….
How to convert ArrayList to String Array in Java – HowToDoInJava
Learn different ways to convert ArrayList to string array in Java. In this example, we will learn to convert to string array using toArray() and Java 8 streams.
How to convert array to arraylist in Java – HowToDoInJava
Learn different and useful ways to convert array to arraylist in Java. Learn to use Java 8 classes and Google guava library for this conversion examples.
Java Testing Weekly 40 / 2018
There are many software development blogs out there, but many of them don’t publish testing articles on a regular basis. Also, I have noticed that some software developers don’t read blogs written by software testers. That is a shame because I think that we can learn a lot from them. That is why I decided to create a newsletter that shares the best testing articles which I found during the last week. Let’s get started. Technical Stuff Structured JUnit 5 testing is an interesting blog post that explains how you can structure your test cases by using nested inner classes and the given-when-then format. The Really Valuable Stuff Does Test Driven Development Work? is an excellent post that takes a look at both subjective discussions and academic research. Finally, the author shares his own thoughts about TDD. I recommend that you read this blog post because it’s a well-written blog post, and the author shares a lot links to external resources that help you to study this matter further. GDPR – The Forgotten Tests – Test 1 is an interesting blog post which describes why you must ensure that the personal information of your users is safe even if you
How to convert HashSet to ArrayList in Java – HowToDoInJava
Learn to convert hashset to arraylist in Java using arraylist constructor. Also learn to convert arraylist to hashset to remove duplicate elements.
ZK Web Testing with TestCafe
The ZK Blog provides useful information on ZK and all of ZK products, such as ZK Calendar, ZK Studio and ZK Mobile!
Layered Architecture Up and Running just in 5 minutes:: Spring Boot Part 1
This is a two-part series where I will show how to create a Layered architecture with Spring Boot….