Am new in java, i would like to populate a linked list with the results of SELECT*FROM table1 query from Mysql database which has a table called table1 with the following fields
first_Name
last_Name
tel_No
address
age
and print them using System.out.println() but i don't know how.