I am kind of wondering which one is better?
I trying to pass data that I got in one dataTable (already) to store it in my database. But Would it be better to pass it to my Business Clasess as a datatable or a ArrayList and why ?
Maybe It sounds silly , and just should pass it as it is (Datatable), But I want to know which is better?