Re: How to set a character of a String?
- From: Thomas Schodt <spamtrap0607@xxxxxxxxxxxxxxxxx>
- Date: Mon, 30 Oct 2006 23:20:41 +0000
Neroku wrote:
Hi, I would like to know how to set a character of an String object.
It's just like the opposite of charAt() method which returns the char
at a given position.
A String is immutable.
Use StringBuffer to create a new String.
.
- References:
- How to set a character of a String?
- From: Neroku
- How to set a character of a String?
- Prev by Date: Re: How to set a character of a String?
- Next by Date: Re: a problem in transfer a int to Object
- Previous by thread: Re: How to set a character of a String?
- Next by thread: Re: How to set a character of a String?
- Index(es):
Relevant Pages
|