#java
Read more stories on Hashnode
Articles with this tag
Basic Java Object Serialization / Deserialization · Java Objects contains the information which represents the real-world entities. These objects can be...
Making POST call using Java 11 HTTP Client - Java Dev ビット · In this article, we are going to learn how to create a resource. To create a new resource...
Making GET call using Java 11 HTTP Client - Java Dev ビット · While creating backend services, we can encounter certain scenarios where we need data from...
When we are performing unit testing we generally stub or mock external classes, methods, and their return value. Sometimes one can encounter a...