We're a community of 1077K IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,076,272 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

How to display a string in c or java

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

2
Contributors
1
Reply
7 Hours
Discussion Span
1 Year Ago
Last Updated
2
Views
sutharbhavisha
Newbie Poster
1 post since Mar 2012
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0

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.

thines01
Postaholic
Team Colleague
2,433 posts since Oct 2009
Reputation Points: 447
Solved Threads: 408
Skill Endorsements: 7

This article has been dead for over three months: Start a new discussion instead

Post: Markdown Syntax: Formatting Help
 
You
 
© 2013 DaniWeb® LLC
Page rendered in 0.0624 seconds using 2.83MB