关于java的两个问题。(100分)

  • 主题发起人 主题发起人 sandboy
  • 开始时间 开始时间
S

sandboy

Unregistered / Unconfirmed
GUEST, unregistred user!
请问怎么才能在程序里实现类似C的Sleep功能?
还有,怎样才能在unix下查看正在运行的java进程?
ps -ef看不到。
 
Thread.getCurrentThread.sleep(long millis)
Causes the currently executing thread to sleep (temporarily cease execution)
for the specified number of milliseconds.
 
后退
顶部