Hi there,
Is there a method in the Java API which can check to see if a class has an
instantiated object, like in the code below
public class foo
{
foo()
{
String j;
...
}
output()
{
if (j.objectexist() )
dosomething()
}
}
Thanx,
___________________________________________________________________________
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