Need some help in resolving ambiguity wrt to local variables.
I have a java package with 2 class including main. So one main + class1. I have a method in class1 which capture some data in local String objects within the method. I want to use these local string objects in the Main class. Is there a way to do this.
Thank you.
Stringvariable.