The Artima Developer Community
Sponsored Link

Java Buzz Forum
SCJP 5 - Collections / Generics Resources

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ben Hosking

Posts: 208
Nickname: hoskinator
Registered: Apr, 2006

Ben Hosking is Java Developer with about 5 years experience and interest in OO
SCJP 5 - Collections / Generics Resources Posted: Jun 12, 2006 6:09 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Ben Hosking.
Original Post: SCJP 5 - Collections / Generics Resources
Feed Title: A Funny Java Flavoured Look at the World
Feed URL: http://businesslogs.com/WebLog/RSS.xml
Feed Description: The blog looks at using Java and programming in general as it pops up in life as a Java programmer. It will have links to interesting Java articles and resources. It will also have a lot of SCJP Java 1.5 information and links as I am currently studying
Latest Java Buzz Posts
Latest Java Buzz Posts by Ben Hosking
Latest Posts From A Funny Java Flavoured Look at the World

Advertisement

I found this very good link to a Generics and Collections tutorial for people studying for their SCJP Java 5 exam. I think Generics and collections can be quite difficult due to the number of tricky facts you have to learn.

Generics in particular is quite difficult because it is quite different from the normal Java code and firstly puts in the odd looking angled brackets <> and then also uses extends to mean interfaces and classes. It also has a number of gotcha's regarding the type of classes that can be passed into a generic method/class. Generics can be quite restrictive which can create some very tricky exam questions, so all the extra information is welcome.


SCJP 5 : Chapter 6. Collections / Generics (Part 1)


SCJP 5 : Chapter 6. Collections / Generics (Part 2)


SCJP 5 : Chapter 6. Collections / Generics (Part 3)


SCJP 5 : Chapter 6. Collections / Generics (Part 4)


I have posted information other blog entries with resource links for generics before, here are the links if you need some more information

http://hoskinator.blogspot.com/2006/05/generics-gotchas.html


http://hoskinator.blogspot.com/2006/05/collections-and-generics-in-java-5.html


http://hoskinator.blogspot.com/2006/04/generics-sample-chapter-pdf.html

Read: SCJP 5 - Collections / Generics Resources

Topic: The real power of code completion Previous Topic   Next Topic Topic: ANTLR By Example: Part 1: The Language

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use