Comment on Tutorial - Simple Port Scanner application using Java By Syed M Hussain
Comment Added by : mobinga
Comment Added at : 2011-07-25 15:08:27
Comment on Tutorial : Simple Port Scanner application using Java By Syed M Hussain
Your code is syntactically correct, but semantically wrong.
You have to put the output statement within the catch blocks!
for(int i=startPortRange; i <=stopPortRange; i++)
{
try
{
Socket ServerSok = new Socket("127.0.0.1",i);
System.out.println("Port in use: " + i );
ServerSok.close();
}
catch (Exception e)
{ System.out.println( "Port" + i + "Not in Use");}
}
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java
Archived Comments
1. Please tell me the full program for insert values
View Tutorial By: Mohamed Ussain at 2009-08-28 23:14:47
2. Bitwise OR is a pipe (|), not a logical NOT (!)
View Tutorial By: Martijn at 2011-06-21 10:49:29
3. Showing code with quote tags is pretty rubbish. :/
View Tutorial By: Daniel Jonsson at 2011-09-01 14:01:04
4. to know
View Tutorial By: Parthasarathi.N at 2010-02-19 05:59:51
5. i have created a UI in swing now i want to read th
View Tutorial By: Ashish Gaurkhede at 2014-09-08 08:21:04
6. hey plz tell me... can the sequenceinputstream be
View Tutorial By: gaurav at 2010-08-18 17:21:58
7. this site and document good for the starter. Thank
View Tutorial By: davit off at 2011-04-17 06:57:02
8. can we print only second by using the date functio
View Tutorial By: mukesh kumar at 2011-07-27 02:31:02
9. this is good, but i need a simple program about sh
View Tutorial By: ramalakshmi at 2011-01-05 03:38:26
10. sir , i am new in j2me and i want to learn more s
View Tutorial By: vipin Luhach at 2012-01-19 06:43:27