I`m new in Java and have a problem with showing data from a list of objects. I have a simple method, which should collect data across multiple tables and return it to my con
Thanks All for your responses. Good solution was to use 'brain`s' method:
List list = getHouseInfo(); for (int i=0; i
Problem solved. Thanks again.