hi evreybody
how can i get strings in java?
thanks.
xlx16 0 Newbie Poster
Recommended Answers
Jump to PostYour question is not very specific. If you want to know how to create a String in Java, you do it like this:
String aString = "blah";
The String with name aString now contains the letters blah.
All 3 Replies
darkagn 315 Veteran Poster Featured Poster
stephen84s 550 Nearly a Posting Virtuoso Featured Poster
stultuske 1,116 Posting Maven Featured Poster
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.