> Maybe I'm misunderstanding what you guys mean by "conditional
> compilation", but isn't it true that java compilers will ignore blocks
> of code that are unreachable?  For example, if you have:

True! Therefor, for debug vs release mode, having a
public static boolean DEBUG = true/false;
statement then refere to if (DEBUG) { ...foo()... } shall do the
desired job.

But, hey, is it not Java language concerne not servlet?

Pascal Deschenes

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to