Search:

Type: Posts; User: PhHein

Search: Search took 0.08 seconds.

  1. Re: [ASK]Array required, but java.lang.Object Found

    Why should he cast instead of using the proper data type in the first place?
  2. Re: [ASK]Array required, but java.lang.Object Found

    Please use code tags nest time you post code.
    Make o an Array:

    Object[] o = new Object[5];
Results 1 to 2 of 2