What are the different features of Java?
September 6, 2023We tried to understand What is Java? We have touched upon Java features. Let’s try to understand what they really mean Some related topics
What is Java?
September 5, 2023Java is an object-oriented programming language as well as a software platform. Probably when you are reading this, object-oriented programming language or software platform doesn’t excite you. But Java ruled and still ruling Developer communities and Enterprises for the last few decades, after its invention in the early 1990’s. Why did we need Java? When…
Why container and how that is different from Virtual Machine
June 6, 2022We tried to understand What is Docker? Why is it so popular? Now let’s try to understand how the container works. Why Container? Yes, I believe that’s the most important question we should understand first. We have our local system to build an application. We can have Development, Test, and Production environments where we need…
What is Docker? Why is it so popular?
June 6, 2022Docker is a platform for developing, deploying, and running applications. Currently, Docker is synonymous with Containerization. Why is it so? Why Docker is so popular? Let’s try to understand So, what is Docker? Docker is a containerization platform. It has two main purposes. First, it helps put application code, configuration, and framework libraries together in…