|
-
Feb 22nd, 2007, 06:05 AM
#1
Thread Starter
Fanatic Member
Starting in java
Can anyone explain to me what is ... Java String Method ? ... is there any website that i can read about it ? .....
-
Feb 22nd, 2007, 06:22 AM
#2
Re: Starting in java
No such thing. It might refer to a method of the String class. Look at the API reference.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Feb 22nd, 2007, 07:15 AM
#3
Thread Starter
Fanatic Member
Re: Starting in java
cuase our prof. says .... study about java string method ... ?
-
Feb 22nd, 2007, 10:00 AM
#4
Re: Starting in java
String methods, probably. Again, I refer you to the API documentation. Look at the members of java.lang.String and study their purpose. It's always good to know what the language has to offer, lest you reinvent the wheel.
While you're at it, also study the members of the Character and Integer classes.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Feb 22nd, 2007, 11:41 AM
#5
Re: Starting in java
Most likely he meant what CornedBee suggested but could also be the toString() method although there's not much studying in that.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|