A Funny Java Flavoured Look at the World

Friday, August 04, 2006

SCJP Revision Tips

I have been looking about on the web for any SCJP resources I haven't bumped into and I found this site which although based on an older SCJP exam it still had a couple of interesting pages.

it had this page called SCJP Revision Tips

http://www.tipsmart.com/studytools/revtips.htm
Set is unique and do not allow duplicate objects to be stored. Elementsstored in
the Set are unordered and unsorted. HashSet class directlyimplements Set
interface

try block without atleast one catch block or finally block after it givescompile
error.
Note that you can't create an array object with following declaration int
intArray[30];

They are things you should know but it's a good page to help you revise and go over things which might catch you out.


The other page I found useful was called Study Tips

http://www.tipsmart.com/studytools/studytips.htm

it is just a list of some useful study tips and they are good common sense and practical tips.

Actually there is another decent page the links page, this particular links page is full of links to mock exams, although as with many links on the net it is to an older exam, still practise is practise.

http://www.tipsmart.com/studytools/certlinks.htm

I hope people out there who are studying for the exam find these useful and if you have any good SCJP link please leave them in the comments and I will check them out.

2 Comments:

Post a Comment

<< Home