Re: Is there an easy way to find the right class?
- From: "chris1980" <sulemanzia@xxxxxxxxx>
- Date: 30 Jan 2007 09:39:37 -0800
well what i will suggest you rite now is that forget about the Api.
take a pencil and a paper and skecth the design what you need to do. I
had the same problem back 4 months ago and yes i am still a newbie but
not very new. so i suggest you to write a program just a simple
program then say for instance if you are using
String name;
Now lets assume if you want to change all the letters entered by the
user to uppercase. you can go to the Api docs and you can check the
method string.uppercase()
in your case it would be name.toUppercase(). i hope you are getting
the idea what i am trying to say. now if you would like to use Arrays.
you should import java.util.Arrays; and then you can use alot of
arrays method define in Api for your programs like for eg if you want
to sort the whole array. you can do.
for(int i=0; i<data.length; i++)
Arrays.sort();
hope this helps.
Thanks
.
- Follow-Ups:
- Re: Is there an easy way to find the right class?
- From: Farcus Pottysquirt
- Re: Is there an easy way to find the right class?
- References:
- Is there an easy way to find the right class?
- From: Farcus Pottysquirt
- Re: Is there an easy way to find the right class?
- From: Corona4456
- Re: Is there an easy way to find the right class?
- From: Corona4456
- Re: Is there an easy way to find the right class?
- From: Farcus Pottysquirt
- Re: Is there an easy way to find the right class?
- From: Patricia Shanahan
- Re: Is there an easy way to find the right class?
- From: Farcus Pottysquirt
- Is there an easy way to find the right class?
- Prev by Date: Re: Is there an easy way to find the right class?
- Next by Date: Re: Arraylist
- Previous by thread: Re: Is there an easy way to find the right class?
- Next by thread: Re: Is there an easy way to find the right class?
- Index(es):
Relevant Pages
|