Search:

Type: Posts; User: javaoo

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    6,119

    Re: Not Generic; cannot be parameterized

    As far as I know, the node class is a polymorphic ADT and it was specified that Node<Person> be used in place of Node as a type.
  2. Replies
    3
    Views
    6,119

    Not Generic; cannot be parameterized

    Hi all,

    I was provided a .class called Node.class with no .java file.

    So now I have another java file called Person that has to make use of this Node. But I get an error which says "The type...
Results 1 to 2 of 2