develop a java program that can be used to do the following - Geeks to Go Forums

Jump to content

Log in Register Register Malware removal guide How it works

develop a java program that can be used to do the following

#1 xtremegenius

  • Group: Member
  • Posts: 1
  • Joined: 04-April 12

Posted 04 April 2012 - 06:53 AM

develop a java program that can be used to do the following
- Display all the available processes on the system (computer)
- Display the system properties (RAM,CPU, ...)
- Shutdown or restart the machine
- Checks whether the machine is connected to internet or not. If connected, it should proceed to list the information about the ip address( ip address, DNS Server address, default get way ....)
- Lauch applications through your program (begin with ms word and MS excel)
- Make a directory

Design consideration:
You can use a number (or letters/strings) to control the interactivity of your program—e.g Enter 1 to shutdown machine, 2 to display system properties ...)

Share this topic: