I want to call a method that returns a string value. Actually this string value is an instance variable, and run() method put the value of the string.
So, I want to call a method to get the string value updated by thread run() method..
How can I do it…?
1 Answer