Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    1,357

    Re: Simple question about a small program

    Try writing a small program that uses instanceof to test which statements are true.
    For example:

    String str = "ss";
    System.out.println(str instanceof String);
  2. Replies
    5
    Views
    1,357

    Re: Simple question about a small program

    Can you post what you think are the answers and the reason why?
Results 1 to 2 of 2