Skip to Content
0
Former Member
Jun 02, 2008 at 01:11 PM

Return in Java??

17 Views

Hello!

I have a problem: I have in my method()

String t = results[2];

String d = results[0];

with return t + d;

And I want to import it to other method1(). How can I do that??

Thanks!!