Kann mir mal einer sagen wie ich die Programmlaufzeit bestimmen kann? In einem Programm? Oder hat jemand einen guten link? DAnke...

Javadoc Thread hat geschrieben:The Java Virtual Machine continues to execute threads until either of the following occurs:
- The exit method of class Runtime has been called and the security manager has permitted the exit operation to take place.
- All threads that are not daemon threads have died, either by returning from the call to the run method or by throwing an exception that propagates beyond the run method.