Sunday, 18 August 2013

Taking ResultSet and displaying results in a graph

Taking ResultSet and displaying results in a graph

Is it possible to create a graph based on a ResultSet taken from a
database? For example if I selected the ages of men in a database and
wanted to plot them versus their average annual income, how would I go
about plotting it on a table in java?

No comments:

Post a Comment