Create a Web project in Eclipse

In Eclipse web projects can be created easily. We will see how to create a simple web project having a JSP file and an HTML file. We will also see how to setup Tomcat server to run our web project. Let us look at steps to create Web project :- Step 1 :- Click on … Read more

Hard Refresh in Chrome, Firefox and IE

Sometimes we are not able to see the updated version of websites on our browser. This is because our browser has cache that webpage and is showing the old version of website. Even if we refresh the webpage with the reload button on browser it does not show the new version. Hard Refresh is used … Read more