How to find out the jdk version which compiled a class in java
You can easily determine the jdk version with which a given java file was compiled using the below command. javap…
You can easily determine the jdk version with which a given java file was compiled using the below command. javap…
Many times we need to check the version of java installed on the system due to the following reasons Check…
What is context path in a web application Context path, also called context root is the name with which a…
What is a WAR file A WAR file stands for Web Application Archive and is a bundle for distributing or…
What is a batch file A batch file is a file that you can create in windows to perform some…
A URL consists of a root and some parameters that carry some data. These parameters are in the key-value pairs…
If you create a shell script file on windows and copy it on linux for execution, you might get below…
Many times we know the port number and want to get the details of the process running on that port…
When you are generating angular components either using Operating system terminal or embedded terminal in VS Code, you might have…