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 replies to this topic
#1
Posted 12 February 2012 - 07:03 AM
|
|
|
#2
Posted 12 February 2012 - 09:03 AM
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.
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
Posted 12 February 2012 - 11:04 AM
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
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


Sign In
Create Account


Back to top









