well, what's the message you are getting?

F.

----- Original Message ----- 
From: "Jarnot Voytek Contr AU HQ/SC" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Thursday, June 12, 2003 5:01 PM
Subject: RE: [OT] Java Trivia


> for( int i = 0; i < string.length; i++ ) {}
> 
> doesn't compile for me...
> 
> --
> Voytek Jarnot
> Quidquid latine dictum sit, altum viditur.
> 
> 
> > -----Original Message-----
> > From: Mark Galbreath [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, June 12, 2003 8:46 AM
> > To: 'Struts Users Mailing List'
> > Subject: [OT] Java Trivia
> > 
> > 
> > Anybody know why the length of a String is a property of the 
> > String when
> > used as a logical qualifier in a for{} block but a function 
> > of the String in
> > a conditional if{} statement?
> > 
> > for( int i = 0; i < string.length; i++ ) {}
> > 
> > if( string.length() != 4 ) {}
> > 
> > 
> > Mark
> > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to