IntelliJ open source
[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Reply Bookmark it! Watch this topic JavaRanch » Forums » Professional Certification » Associate Certification (SCJA)
 
RSS feed
 
New topic
Author

To what level is knowledge of standard classes needed for the exam

Rob Sweeny
Greenhorn

Joined: Jan 14, 2010
Messages: 16

Hi All,

I am using a book to study for the exam and it says the following: :

Common packages you will see on the exam are packages for
Java Abstrat Window Toolkit API
Java Swing API
Java Basic Input/Output API
Java Networking API
Java Utilities API
core Java Language API.

You will need to know the basic functionality that each package/api contains.

1) Is that the correct list of packages ?
2) what is "the basic functionality that each package contains" ?

Thanks
Rob
Cameron Wallace McKenzie
author and cow tipper
Bartender

Joined: Aug 26, 2006
Messages: 4603

Howdy Greenhorn!

Well, you just are going to be expected to know what the basic functions of the classes in those packages are. You won't need to know specific classes, just what those classes are and can do.

So, where might you find a Button that can be used on an application? Well, swing and awt packages. (Abstract Windowing Toolkit). What is the difference between Swing and AWT?

What package would contain collection classes, or classes to help tokenize Strings? That would be the util package.

What is the core package? java.lang

Where are objects used to read and write to a file system found? java.io

Those are the things you'll need to be familiar with as far as the basic Java packages go.

Here's some JavaDocs, although they are 1.4.2.

http://java.sun.com/j2se/1.4.2/docs/api/index.html

Good luck!

-Cameron McKenzie

Author of Hibernate Made Easy, What is WebSphere???, Portlet Programming Made Easy and the SCJA Certification Guides
My Hibernate and JPA Tutorials * My Mock Java Certification Exams * My Online Java Tutorials * My CBT Portlet Tutorials.

 
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Professional Certification » Associate Certification (SCJA)
 
RSS feed
 
New topic
replay challenge