Java

By manoj , 21 September, 2023

Maven  is build tool that is used to generate boiler plate code for your project.

 

Why to use Maven ?

By admin , 12 September, 2023

Hello everyone, welcome back to techbrushup. In this tutorial, we will learn how to install Java on window machine. So guys, let's do it.


Additional info:

prerequisite:

  • Windows 10 and above
  • Machine with Administrator privileges
  • Internet

Check if Java Is Installed

  • Open a command prompt
  • Run the following command:

 java

By manoj , 8 September, 2023

 Gradle installation is as simple as setting path of /bin directory to the PATH env variable.

By manoj , 2 September, 2023

servlets are java programs that generate html files and execute it on the web. 

But for this it is necessary that you store your servlet program on a web server only and get it executed from there.

Types of servlet

There are 2 types of servlet

GenericServlet

 

Httpservlet

By manoj , 1 September, 2023

In this article we will learn to install Maven in Visual Studio Code. Maven installation is as simple as setting path of /bin directory to the PATH env variable.

Prerequsite: Java/JDK must be installed on system

In this article we will learn to install Maven in Visual Studio Code.

prerequisite: Java/JDK must be installed on system.

Step 1:Go to official website and browse https://maven.apache.org/download.cgi