Search:

Type: Posts; User: TheCoder

Search: Search took 0.19 seconds.

  1. Re: Why is answer A correct and not answer B?? I always thought a class has to implement an interface!! Is it different with generics?

    The link was fantastic advice. I found my answer. Many thanks
  2. Why is answer A correct and not answer B?? I always thought a class has to implement an interface!! Is it different with generics?

    QUESTION: 163
    A programmer must create a generic class MinMax and the type parameter of MinMax
    must implement Comparable. Which implementation of MinMax will compile?
    A. class MinMax<E extends...
Results 1 to 2 of 2