NKNiraj Kumar Gangaleinblog.iamniraj.com·Feb 21, 2023 · 3 min readWhat are Private, Public, Hybrid, and Multi-cloud? Let clear the confusion🤔The world of technology is constantly evolving😮, and the ☁ is a perfect example of this. The cloud has revolutionized the way organizations store and process data. However, with so many different types of cloud available, it can be challenging to de...00
NKNiraj Kumar Gangaleinblog.iamniraj.com·Nov 9, 2022 · 2 min readWhy loops? 🤔And loops in Java.Let's say I tell you to print something like this. * Then the simplest way to do that would be this System.out.println("*"); But my friend if I want you to print something like this * * You will definitely do this System.out.println("*"); System.ou...00