How Can i put mysql query results into Linked List.
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.
Re: How Can i put mysql query results into Linked List.
Your question leaves a lot wide open as far as where your skill stands, so it leaves us with little to do but point you to the java tutorials.
Trail: JDBC(TM) Database Access (The Java™ Tutorials)
Trail: Collections (The Java™ Tutorials)
I recommend if you want more defined advice, post an SSCCE describing where you are stuck.