it works! :)

2006/5/23, Mikhail Fursov <[EMAIL PROTECTED]>:
String post1=new String("POST");
String post2=new String("POST");

:)


On 5/23/06, Mikhail Loenko <[EMAIL PROTECTED]> wrote:
>
> This is the only way I've found to make
> two different object instances of "POST" string, such that:
>
> post1.equals("POST");
> AND
> post2.equals("POST");
> AND
> post1!=post2
>
> Feel free to suggest another way
>
> Thanks,
> Mikhail
>
> 2




--
Mikhail Fursov
Intel Middleware Products Division



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to