Search:

Type: Posts; User: chronoz13

Search: Search took 0.18 seconds.

  1. Replies
    4
    Views
    1,118

    Re: Weird String .length() method

    yes and thank you, i might just have over looking on something :), and i actually found that there is no way a virus can breach the JVM or any bytecode that it loads.
  2. Replies
    4
    Views
    1,118

    Re: Weird String .length() method

    i just did every possible things in terms of code(printing out) just to monitor the behavior of the program, i wasn't actually expecting a very definitive response, i was just hoping that someone...
  3. Replies
    4
    Views
    1,118

    Weird String .length() method

    public class BinaryToDecimalRecursive {

    public static void main(String[] args) {

    int decimal = toDecimal("10");
    }

    public static int toDecimal(String str) {

    ...
Results 1 to 3 of 3