Search:

Type: Posts; User: Goldfinch

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,497

    [SOLVED] Re: problem with instantiating object

    I found the error on this one. You were right, it was the brackets.
  2. Replies
    4
    Views
    1,497

    [SOLVED] Re: problem with instantiating object

    I'm trying to avoid that, the idea is to pass values from QUEEN in the rank class and SPADES in the Suit class into the the new Card(int, int) statement instead of something like new Card(3,4)

    If...
  3. Replies
    4
    Views
    1,497

    [SOLVED] problem with instantiating object

    Hi, I'm getting an error that an object cannot be instantiated in the following code


    public class Prog2 {

    /**
    * @param args the command line arguments
    */
    public static...
Results 1 to 3 of 3