Re: ?? Will MIDletStateChangeException affects Midlet's performance ??

[email protected] Thu, 7 Aug 2008 06:51:05 PDT
Newsgroups gmane.comp.java.sun.kvm
Message-ID <[email protected]>
Very helpful. thanks alot.
the question has just one notch from being answered: i can feel free to add try/catch blocks into my app? 
i do not precisely understand your words "exception notation". 

my understanding is like this:

try{
someMethodsThatWouldThrowExceptions();  // no performance hit
}
catch(Exception e) {
handleException();  // low performance here
}

DeXmtL
[Message sent by forum member 'dextml' (dextml)]

http://forums.java.net/jive/thread.jspa?messageID=292132

===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff KVM-INTEREST".  For general help, send email to
[email protected] and include in the body of the message "help".