By manoj , 21 September, 2023

This is about - how to set up and run a Java program in visual studio code on Windows.  In this post, I have shown a step-by-step complete guide for setting up Java in VS Code.  

Software install

1. install latest  Java JDK

2. install latest vs code ide

3. intstall popular  extension

   3.1 Extension Pack for Java

   3.2 Code Runner

Create project

Create a folder like javaProject

By manoj , 21 September, 2023

In Java there are 3 popular ways to create a dynamic Web Application

lets go into deep for each ways.

1. Servlet :

First Web Application Using Java Servlet In this section, we will see how to create a website using Java Servlets and HTML To create a web application

we need the following tools:

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.