How to scan your computer system local and remote ports to monitor it is open or close in many applications, which is the simple port scanner implemented with Java.
Source Code:
/ * * Created on 2005-3-22 * * Todo to change the Template for this generated file go to * window - preferences - java - code style - code templates * /
/ ** * @author whandey connect to me: whandey@163.com * * TODO To change the template for this generated type comment go to * Window - Preferences - Java - Code Style - Code Templates * / import java.io. * Import java.net. *; import java.util. *;
Public class socketport {