Re: Is there an easy way to find the right class?



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

.



Relevant Pages

  • Re: SMLNJ and 2d arrays, sml and 3d arrays
    ... I have started looking through the mlton ... code to see how the 2d arrays are implemented. ... it could be worth exposing the index computation in ... Stephen> the API so that you can manually avoid repeating it. ...
    (comp.lang.functional)
  • RE: Simulating relational database with text files
    ... If you want to store data in a text file then there are Windows API ... Also SQL will only work in a relational database environment so if you want ... arrays of types/structures then programatically going through each data array ... > stocks.txt (ticker, name) and the other stockdata.txt (ticker, date, ...
    (microsoft.public.vb.general.discussion)
  • Re: Accessing Cell Arrays from a .MAT file in C#
    ... on both MX arrays and MAT ... TMW provides Windows DLLs that implement APIs for working with MAT ... M-scripts to do what you want, and have the server execute them. ... P/Invoke and the API. ...
    (comp.soft-sys.matlab)
  • Re: GetAdaptersInfo API & Windows ME
    ... Here's an "alternate" method of calling the API using byte arrays rather ... than strings as per the KB article. ... I get the correct information on 2K and XP, but not Windows ME even though ...
    (microsoft.public.vb.winapi)
  • Re: modularity... (was: Re: Looking for real world examples to explain the difference between proced
    ... Usually a public API ... I regard this as fairly poor design for library API's. ... details to a lower level subsystem and wait for a response with the ... Apple were major clients back in the '80s but that business moved to ...
    (comp.object)