From: Eric B. R. <eb...@tc...> - 2003-01-29 17:02:58
|
On Wednesday, January 29, 2003, at 12:10 PM, Lane Sharman wrote: >> >> 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? In a well-behaved production environment, it shouldn't be called at all. eric |