Y we are able to give
Strings st= "ab";
and String st=new String("lk");
But not for the buttons etc
Printable View
Y we are able to give
Strings st= "ab";
and String st=new String("lk");
But not for the buttons etc
Mallesh,
Can you please clarify your question? I'd love to help, but I am not sure
what you are asking...
BradO
--
Brad O'Hearne
DevX Section Leader
"Mallesh" <malleshwaran@yahoo.com> wrote in message
news:3d8f18a4$1@10.1.10.29...
>
> Y we are able to give
> Strings st= "ab";
>
> and String st=new String("lk");
> But not for the buttons etc