Ad
  • Custom User Avatar

    Can someone please explain to me why 10000000.00100000.00001010.00000001 is suddenly 2149583361? I cannot find sufficient information about this and I am lost.

  • Custom User Avatar

    All the time I'm getting this:
    "./src/main/java/CountingDuplicates.java:3: error: cannot find symbol
    List charList = new ArrayList<>();
    ^
    symbol: class List
    location: class CountingDuplicates
    ./src/main/java/CountingDuplicates.java:3: error: cannot find symbol
    List charList = new ArrayList<>();
    ^
    symbol: class ArrayList
    location: class CountingDuplicates
    2 errors"

    WTF?!