Search:

Type: Posts; User: Ryker

Search: Search took 0.07 seconds.

  1. Re: Comparing Strings only using the .length() method - possible?

    No no, I didn't mean redefine them, just, assign a variable to them, so that instead of writing, say, System.out.print..., I would just write [chosen variable name].print... But yeah, I am taking a...
  2. Re: Comparing Strings only using the .length() method - possible?

    Unfortunately, substring() does not seem to be allowed.

    Ah, OK, I didn't know about the StringBuffer object, but since these haven't been introduced in the book yet, I don't think the authors had...
  3. Comparing Strings only using the .length() method - possible?

    Hey guys,

    I have been learning about Java for the past month or so, and have been using Arnow, Dexter and Weiss's Introduction to Programming Using Java. In Chapter 6, there's this Exercise 21,...
Results 1 to 3 of 3