From: Lane S. <la...@op...> - 2003-01-29 20:15:45
|
> > new Date() calls System.currentTimeMillis(). This is a always very > slow call, as it requires native code. I think ebr's point is that this call is not made all that often. Right? |