Re: Create Object cause an error

From: Collin VanDyck (thehoppocket_at_yahoo.com)
Date: 03/03/04


Date: Wed, 03 Mar 2004 19:00:28 GMT


> I imagine the first error would occur because you are assigning the String
s
> outside of a method scope. You are allowed to give your instance
variables
> initial values, but past that, futher modifications need to happen within
a
> method, constructor, etc.
>

Upon a second look, I think that both of your errors are caused by the above
reason.

-CV