Category: General

Is Hdfs a NoSQL database?

HDFS is not a NoSQL. HDFS short for hadoop distributed file system which is the core of hadoop. On the other hand HBase which operates on top of HDFS is ...

What is a for loop Java?

The Java for loop is a control flowstatement that iterates a part of the programs multiple times. TheJava while loop is a control flow statement thatexec...