java notes

What Is Java Messaging Service

Java Message Service (JMS) API, a Java API that allows applications to create, send, receive, and read messages using reliable, asynchronous, loosely coupled communication. It is very useful in the distributed systems architecture, where applications need to talk to each other.

Read
java notes

BufferedReader vs Scanner

BufferedReader, Scanner, Command Arguments are the different ways to provide input to a program generally. Understanding which of these to use, knowing what they do behind the curtains is important for every developer.

Read
Design Patterns

What The Hell Are Design Patterns? And Why I Need Them?

We all look for patterns every day knowingly or not because pattern recognition is the basic mechanism by which our brains function. Design Patterns in Software Development are no different.

Read