Checking Whether Port Is Running From Command Prompt
Here’s another useful non java tips. This is to check whether a server port is up and running on your command prompt. It will look something like this. The command above checks whether port 80 from server 127.0.0.1 is up and running. If the port is running, then the screen will be cleared. If not, [...]