Jump to content

How to review my Java knowledge.

- - - - -

  • Please log in to reply
2 replies to this topic

#1
GhzNcl

GhzNcl

    Newbie

  • Members
  • PipPip
  • 11 posts
  • Location:Italy
Hi, I don't program in Java since a long time but now I've decided to start using it again. The problem is that except the basic thing (if/else, for/while, etc) I don't remember a lot of things... So, I don't want to read another book, how do you think is better review my Java knowledge?

Thanks.

GhzNcl

#2
gregwarner

gregwarner

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 853 posts
  • Location:Arkansas
I would study the Java framework classes and API's. There are a lot of useful classes there that will help you avoid reinventing the wheel. For example, try looking at the Java Collections classes:
Java Collections Tutorial

Perhaps also study up on writing multi-threaded applications, such as sharing resources in a thread-safe way. Those techniques are always useful.
Hofstadter's Law: It always takes longer than you expect, even when you take into account Hofstadter's Law.

– Douglas Hofstadter, Gödel, Escher, Bach: An Eternal Golden Braid


#3
VakhoQ

VakhoQ

    Programmer

  • Members
  • PipPipPipPip
  • 126 posts
I think SCJP is the best. It has very good tests too :) You might don't know everything inside out, For example about "comparator interface" or how to override some Objct methods, or working with Threads :)

SCJP Sun Certified Programmer for Java 6 Study Guide: Exam (310-065) - Kathy Sierra, Bert Bates - Google Books
GNU/Linux Is the Best.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users