Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Re: HELP: I have problem casting from Vector to Integer in Java

    getClass() is a method in the Object class that you can use it with any object to get and display the class of any object. Your code was having a casting problem. The error message should show you...
  2. Re: HELP: I have problem casting from Vector to Integer in Java

    When you get an error, please copy and paste here the full text of the error.

    Print out the value of the variables that are being used to be sure that they are what you expect. Use the getClass()...
  3. Re: HELP: I have problem casting from Vector to Integer in Java

    Separate your compound statement up into single, simple statements to get the correct type for each usage.
Results 1 to 3 of 3