List<RowObject> results = new ArrayList<RowObject>();
I tried the above code from Print the jena result set in html(servlet/jsp) post and got the following error:
RowObject cannot be resolved to a type
I also want to do exactly same as given in the post. Is RowObject
a userdefined class ?
If yes,then how to I build it? I am confused regarding this RowObject
thing.