I want to return two String arrays from a method(which populates those arrays). Both array are of differnt size from each other. How do I go about ??
String[] namesOfColumnsFound = new String[45];
String[] namesOfColumnsNotFound = new String[25];
Edit : I just need to pass the data.. no behaviour is not needed to be passed