I want to return two objects from a Java method and was wondering what could be a good way of doing so?
The possible ways I can think of are: return a HashMap<
HashMap<
PASS A HASH INTO THE METHOD AND POPULATE IT......
public void buildResponse(String data, Map response);