Java Technology Forums: "Runtime r = Runtime.getRuntime();
Process p = r.exec('ping ' + ipAddress);
// Read the response from the 'ping' program
BufferedReader in
= new BufferedReader(new InputStreamReader(p.getInputStream()));"
Thursday, June 03, 2004
Nazeer Logs
Previous Posts
- Ping in Java: "Ping functionality in Java"
- 7.2) Thread blocking: "public class TSleep extends...
- Backing a ResourceBundle with Properties Files: "R...
- Dynamic Drive DHTML Scripts- Mini window Script: "...
- Moving Elements - Tutorials - HTMLCenter: "Moving ...
- cells: "Retrieves a collection of all cells in the...
- JavaScript: Insert and delete table rows in IE and...
- JavaScript: Insert and delete table rows in IE and...
- DHTMLShock - Intro to DHTML: "Intro to DHTML 9/13/...
- Dropdown Menus #2: "Dropdown Menus #2 This article...
Subscribe to
Posts [Atom]

<< Home