can i simulate windows netstat command in java?
if possible please tell me how.
if possible give an example.
thank u in advance.
Printable View
can i simulate windows netstat command in java?
if possible please tell me how.
if possible give an example.
thank u in advance.
Java does not have netstat support, but you can use Runtime.exec or JNI to access it.