Langsung ke konten utama

Postingan

Menampilkan postingan dengan label collection

Section 3 Generics and collection Oracle Java Programming

Section 3 Generics and collection                 (Answer all questions in this section) 1.            A generic class is a type of class that associates one or more non-specific Java types with it. The types are determined when an object of that class is created. True or false?    Mark for Review                 True (*)                 False 2.            Which of the following are true about a Type Interface Diamond?                                     ...