Author: Shekhar Sharma

Maven project execution

Create and run a maven project

In the previous post, we have learnt about the pom.xml. In this post, we will create a project and execute it through maven commands. We have already seen how to install Maven, creating maven...

Find out words occurrences in a file

Find out words occurrences in a file

In the previous post, we have seen how to find common elements among 2 unsorted arrays. In this post, we will see how to get the count of same word occurrences in a file....

POM.XML

POM.xml in Maven

In the previous post, we have seen how to create the Maven project and import that into eclipse.  In this post, we will learn about one important component of Maven that is nothing but...

Maven zip file

How to Install Maven on Windows

In the previous post, we have learnt about Maven. In this post, we will see How to Install Maven on Windows. Download Apache Maven: Visit Apache Maven official website https://maven.apache.org/download.cgi. to download maven zip file apache-maven-3.3.3-bin.zip. After downloading...