Skip to content

Commit 47af83f

Browse files
authored
Update CheckInternet.java
1 parent a8761fb commit 47af83f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CheckInternet.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
package checkinternet;
1+
// Program to check internet connection to various URL's
2+
3+
package checkinternet; //Performed in NetBeans IDE, that's why package is used.
24
import java.net.*;
35
public class CheckInternet
46
{

0 commit comments

Comments
 (0)