Search:

Type: Posts; User: Json

Search: Search took 0.11 seconds.

  1. Replies
    16
    Views
    16,485

    Re: How to invert a word String

    I'm not entirely sure what you are on about here, but the StringBuilder will accept strings, in fact whenever you write code in Java like this.


    final String myString = "some cool string here " +...
  2. Replies
    16
    Views
    16,485

    Re: How to invert a word String

    Or you can use the built in feature of the java.lang.StringBuilder



    final StringBuilder stringBuilder = new StringBuilder("MyString");
    ...
Results 1 to 2 of 2