Search:

Type: Posts; User: Sean4u

Search: Search took 0.10 seconds.

  1. Replies
    18
    Views
    1,787

    Re: It works!!! eureka!!! Java...Day 12.

    Using == checks for built-in type equality or reference equality. String is sometimes confusing because of string interning: "hello" == "hello" is true when it ought to be false because it looks as...
  2. Replies
    18
    Views
    1,787

    Re: It works!!! eureka!!! Java...Day 12.

    It's absolutely impossible. The import statements are only in your code to help the compiler resolve name space collisions. They're used by the compiler to select which packages to search for names...
Results 1 to 2 of 2