Java认证宝典v1.0之SCJD篇

类别:Java 点击:0 评论:0 推荐:
Java认证宝典v1.0之SCJD篇
Java认证宝典v1.0之SCJD篇
(本文为www.java365.com原创,版权所有,转载请注明出处)

在J2EE尚未得到规模应用以前,SCJD是java认证中的高级认证。即便现在有了SCWCD、SCJA等认证,SCJD依然有其独特的魅力。

一、考试目标  
Programming Assignment Objectives  
Write an application program using Java technology. The application requires the following:
- A graphical user interface demonstrating good principles of design
- A network connection, using a specified protocol, to connect to an information server
- A network server, which connects to a previously specified Java technology database
- A database, created by extending the functionality of a previously written piece of code, for which only limited documentation is available

Essay Exam Objectives  
List some of the major choices you must make during the implementation of the above.
List some of the main advantages and disadvantages of each of your choices.
Briefly justify your choices in terms of the comparison of design and implementation objectives with the advantages and disadvantages of each.

二、考试资源
1.考试目标,sun的网站上有
2.Object-Oriented Analysis and Design (00-226)
3.Java Programming Language Workshop (SL-285)
4.<<Complete Java2 Certification Study Guide>>, by Simon Roberts
5.一些前人的笔记
6.some faq

三、推荐网站
javaranch  

Study Topics
General

http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html
http://suned.sun.com/USA/certification/javamain.html

Security Links

Gibson Research Corp which has a utility you can access called ShieldsUp, which will let you check to see if you have any drives shares when you are on the internet. It also has some links to other port probing sites. It was a real eye opener, when you run it. The site also offers some information on the 911 virus, as well as a link to a site which has a free firewall for individual use.
http://www.grc.com/
Encryption and Security Practical Cryptosystems and their Strength
http://www.tcm.hut.fi/Opinnot/Tik-110.501/1995/practical-crypto.html

JDBC Objectives

http://www.javaworld.com/jw-05-1999/jw-05-cooltools.html
http://www.cloudscape.com for a free evaluation version of OODBMS to run Rick Lowe's stored procedure demonstration.
http://developer.java.sun.com/developer/technicalArticles/Database/dukesbakery/
JDBC Code Templates -Code snippets that show you the proper syntax for JDBC calls. You need a password to see it. However, it is free.

GUI Design /ng Objectives

Sun's Java Look and Feel Design Guide Lines
http://www.javaworld.com/javaworld/jw-07-2000/jw-0721-hmvc_p.html
http://www.javaworld.com/javaworld/jw-04-2000/jw-0414-action_p.html
http://www.javaworld.com/javaworld/jw-04-1998/jw-04-howto_p.html
http://java.sun.com/products/jlf/dg/index.htm
http://java.sun.com/products/jfc/tsc/index.html

本文地址:http://com.8s8s.com/it/it14878.htm