Search:

Type: Posts; User: OKLJ

Search: Search took 0.10 seconds.

  1. I have a problem about infinte loop? Can anyone answer me? Thanks!

    Explain why the Java dynamic dispatch algorithm, which looks for the method to invoke for a call o.a(), will never get into

    an infinite loop.
  2. Thread: Question

    by OKLJ
    Replies
    1
    Views
    1,262

    Question

    Write a short Java function, isMutiple, that takes two long values, n and m, returns true if and only if n is a multiple of m,

    that is, n = m i for some integer i.

    I have no idea with this...
Results 1 to 2 of 2