Raj Ranjan

Java Hello World Application

In today’s world, we have multiple Integrated Development environments and command-line tools that can help you create Hello World or Sample Java Projects within minutes. Some of the Integrated Development…

What is Protocol Buffer

Protocol Buffer is an ecosystem to define the structure of your data. This helps you define your contract between clients. It is developed by Google Let us understand this with…