Search:

Type: Posts; User: Norm

Search: Search took 0.23 seconds.

  1. Replies
    5
    Views
    1,781

    Re: How to print information from an array

    They are for debugging to show the complete contents of arrays.
    The Classname@hexaddress is the String returned by a class that does not override the toString() method to return useful data from the...
  2. Replies
    5
    Views
    1,781

    Re: How to print information from an array

    Another possible problem is the mixing of calls to the methods: next() and nextLine()
    See: Java Scanner not working, difference between next() and nextLine() | Rommel Rico

    Please edit your post...
Results 1 to 2 of 2