|
|
|
home | tutorial | questions | test 1
JavaTM Certification Tutorial
This tutorial highlights important concepts that you must know for Sun's JavaTM Certification exam. Read the tutorial when you have grasped the fundamentals of the JavaTM technology and want to prepare for the Certification exam. The tutorial covers all the topics that are part of the Java certification exam. For some topics the description may be a little brief and you may want to refer to some Java Certification book.
Language Fundamentals The section covers Java technology basics like reserved words, identifier names, primitive types, contents of a Java source file etc. It also covers Java's command line arguments.
Operator and Assignments This section explains commonly used Java language's operators with special emphasis on shifting operators.
Declaration and Access Control The section covers fundamentals of array declarations and classes in Java technology.
Classes in Java technology This section explains the Object class, Wrapper classes, String class and the Math class. It also explains the basics of Java technology's Garbage Collection.
Abstract Windowing Toolkit This section covers basics of Java technology's framework for building GUIs - Abstract Windowing toolkit. This topic is not covered in the SCJP 1.4 exam.
Threads The section covers various aspects of threads in Java technology.
Event classes The section covers basics of event classes. This topic is not covered in the SCJP 1.4 exam.
Layout Managers This section covers fundamentals of Layout Managers. This topic is not covered in the SCJP 1.4 exam.
Collections This section covers core interfaces defined in Collections.
Files This section covers basics of Files and Input/Output. This topic is not covered in the SCJP 1.4 exam.
home | tutorial | questions | test 1
|