Hello,
I have one dataset as one arraylist. In that the columns values are in string as high, low, medium.. so how i display that values as string in c or java? pl reply me

It really depends on the type of app you're creating and how the data is stored,
but something like the following could be in order.

System.out.println(myDataSet.high);
printf("%s", myDataSet.high);

It really just depends.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.