Category

Java

Java Programing Language

225 articles

Latest Articles

difference between oop and pop

Difference between OOP and POP

The difference between OOP and POP lies in their approach to problem-solving. POP uses step-by-step procedures, while OOP…

January 8, 20232 min read
What is Java Bytecode

Java Bytecode

Bytecode is an intermediate code that is generated by the Java compiler. It is a sequence of instructions…

December 1, 20222 min read
Difference between JDK, JRE and JVM

Difference Between JDK JRE and JVM

If you’re learning Java or preparing for a technical interview, understanding the difference between JDK JRE and JVM is crucial.…

September 4, 20223 min read
Why Java is Platform Independent

How Java Is Platform Independent?

Before directly jumping to the reason first, we must understand how Java actually works and what are the…

September 4, 20222 min read
check MongoDb database size

Search In MongoDB Using Java

In this post, we will learn to implement a search query in MongoDB using Java. Most of the…

July 15, 20222 min read