Javatpoint Logo

How Do i get 4th column of 1 st row from the list..

By: rawale*** On: Wed Mar 29 23:07:07 IST 2017     Question Reputation0 Answer Reputation0 Quiz Belt Series Points0  0Blank User
See there are multiple rows in the list like 0 to 100..
so I want specific 4th column of 1st row

thank you.............
Up0Down

 
got it like


suppose
I have list of Order Class..

List<Order> listOrder =repositoryName.findAll();

then 4 th COlumn of 1 st row access will be like
listOrder.get(0).getAddress();//Here Address is the 4 th column of the Order class........
Image Created0Down

By: [email protected] On: Tue Apr 04 04:44:58 IST 2017 Question Reputation0 Answer Reputation0 Belt Series Points0 0User Image
Are You Satisfied :0Yes0No