Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
cheaking 2 chars in java
Name: lordmanhamer Date: March 23, 2005 at 07:29:19 Pacific OS: Win Xp Pro CPU/Ram: AMD 3200/ 256
Comment:
im having some problems with java. what i have is to chars and i wish to chang them to a decimal unicode so that i can then compair the two to see where on is in referance to the alphabet as the other on. eg if a comes before c therefore there will be a lower number brought back from the unicode. i think the comand is getNumericValue(char ch); but i dont know how to use it can some one please help with a example of how to use that comand
Summary: Im trying to compare two 'char' datatype in java, and am having problems, ive tried equals() and compareTo(), both dont work, any help would be gratly appreciated. Thanks in advance, Pamela ...
Summary: hello, i have 2 text files, one is small (file_1: about 200 lines) and the other is fairly large (file2: 12 k - 20 k lines). file_1: tango 12 beta 256 alpha 1700 tango 1200 file_2: tango 12 tango 125 ...
Summary: I may be a little rusty in Java, but I think the problem is that you are manipulating a common array. In your for loop when you are instantiating your PosCoord objects, you pass in a handle to the int...