Quantcast
Channel: Blog rund um Java und den SCJP » Stellvertreter
Viewing all articles
Browse latest Browse all 7

Übung

$
0
0

Welche dieser Code-Zeilen compiliert einwandfrei?:

List a = new ArrayList();
List<?> b = new ArrayList<String>();
List<String> c = new ArrayList();
List<String> d = new ArrayList<String>();
List<String> e = new ArrayList<?>();
List f = new ArrayList<String>();

Antwort/ answer
Printdel.icio.usFacebookTwitterGoogle BookmarksAdd to favoritesRSSBlogosphereemailPDFWikioTechnoratiDiggDZone


Viewing all articles
Browse latest Browse all 7

Latest Images

Trending Articles





Latest Images