It was my understanding that code wrapped in an exception handler
introduces more overhead to the JVM. I am sure I have seen articles on
this exact topic in Java World or Java Report.

Jim

Dimitris Vyzovitis wrote:
> 
> SHUDO Kazuyuki wrote:
> 
> > > Personally I prefer explicit checks.
> >
> > Why?
> >
> 
> I am also tempted to ask why....
> Is there any particular reason to add client side check for what the VM does on
> its own?
> I personally think that there is no need to do explicit checks in your code
> (it is inherently suboptimal) and let the VM do its work - just add the
> required exception handlers ;-}.
> 
> -- dimitris
>

-- 
=====================================================================
Jim Kimball
[EMAIL PROTECTED]


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to