Linux

 1. netstat -ant | findstr "8080" : to find whether the port is busy

2. netstat -anto | findstr "8080" : to find whether the port is busy

Комментарии

Популярные сообщения из этого блога

Lesson1: JDK, JVM, JRE

SE_21_Lesson_11: Inheritance, Polymorphism

SE_21_Lesson_9: Initialization Blocks, Wrapper types, String class