This week's giveaway is in the Testing forum. We're giving away four copies of TDD for a Shopping Website LiveProject and have Steven Solomon on-line! See this thread for details.
I am creating console application of top command (Linux) through java, but the results are only given for just the instant you run the program, I don't know how to delay or refesh the results with time to be like in Linux for the top command (the result appears continuously)
Like many Linux/Unix functions, there's also an OS-level command for this, so another alternative is to run your command repeatedly in a shell script like so:
Sometimes the only way things ever got fixed is because people became uncomfortable.