The purpose of this
tutorial
These pages are
designed to help you pass the Sun Certified Java Programmers Exam. I
have attempted to lay out the pages so they print out acceptably on A4
paper. It has been under active development for more than two years and
incorporates feedback and corrections from many hundreds of people
(thank you all). It is only available in this form, ie discrete web
pages.
This tutorial is
designed mainly for final cramming rather than in-depth study and
learning. It assumes that you already know the basic principles of
programming from a language such as C/C++ or Visual Basic and that you
can set up your Java environment to create and run Java programs. It
doesn't try to make you a good programmer, or even a good Java
programmer, it just tries to get you through the exam by concentrating
narrowly on the objectives.
It assumes that you know stuff like the difference between an
application and an applet and that Java is case sensitive. If you
don't know this type of stuff take a look at my online introductory course at http://www.examulator.com/moodle
Two other books for beginning Java programmers are Peter van der
Lindens Just Java And Beyond and the O’Reilly Java In a
Nutshell
Deluxe Edition which comes with the Nutshell book plus the text on a
CD ROM and the text of 4 other books on the CD ROM.
Can't
afford the Technical Books?
If you find Technical
books are not affordable, you you may like to check out the links I am
putting in to free tutorial information on the net. These are generally
web sites, but one is the excellent book by Bruce Eckel "Thinking in
Java". This is
freely downloadable and is an excellent general Java book. See http://www.bruceeckel.com
for
the links. You can find the Java Glossary and a huge amount of
excellent links organised by the unique Roedy Green at http://mindprod.com/jgloss.html
For the final arbiter
on the Java language check out the
Java Language Specification, sometimes called the JLS. This can
answer the really tricky questions and the sneaky ones like "is null a
keyword".You can find the JLS at
http://java.sun.com/docs/books/jls/second_edition/html/jTOC.doc.html
The licence for this
tutorial
Anyone can download and
print out this tutorial for personal use. Please contact me if you wish
to use it for any other purpose.
Purchase the pdf
version
For a more satisfying
reading experience, you can purchase CertKey a version of this tutorial
in pdf format with comprehensive index see http://www.jchq.net/homepage/certkeyflier.php
With CertKey you will
receive an id allowing access to a database of mock exam questions.
For information on
other Certification books and resources
see my Java Certification FAQ at
http://www.jchq.net/faq/jcertfaq.htm
For a professional Exam
simulator with plenty of study material, take a look at
Introduction
|