SCJP « Language « Java Articles

Home
Java Articles
1.Build Deploy
2.Class
3.Core Library
4.Data Types
5.Database JDBC
6.Design
7.Development
8.File Input Output
9.Graphics Desktop
10.J2EE Enterprise
11.J2ME Wireless
12.JVM
13.Language
14.Library Product
15.Network
16.Security
17.SOA Web Services
18.Test
19.Web Development
20.XML
Java Articles » Language » SCJP 

1. An SCJP 1.4 certification primer    ibm.com

This article serves as a primer to SCJP certification. To help you prepare for the exam, we'll start with a point-by-point comparison of SCJP 1.2 and SCJP 1.4, outlining the most significant changes to the exam content. In addition, we'll talk about the broader issues of SCJP certification, such as how to prepare for the exam and whether the time and cost of certification are worthwhile to your career as a Java programmer.

2. Java certification success, Part 1: SCJP    ibm.com

This tutorial is designed to prepare programmers for the Sun Certified Java? Programmer (SCJP) 1.4 exam, providing a detailed overview of all the exam's main objectives.

3. An SCJP 1.4 certification primer: Sample questions from the Whizlabs Java Certification (SCJP 1.4) Exam Simulator    ibm.com

Try your hand at the sample questions below for a free preview of what to expect from the SCJP exam. These questions and answers are provided courtesy of Whizlabs Software, a company that specializes in IT certification training software. See the article Resources to learn more about Whizlabs and other organizations that offer IT certification training.

4. SJCP Exam Preparation: Language Fundamentals, Part Two    developer.com

You can read more information about SCJP certification from the SJCP Web page [2], and you can download the .pdf file called "Sun Certified Programmer for Java 2 Platform Success Guide" [3].

5. SJCP Exam Preparation: Language Fundamentals, Part 1    developer.com

We can get the number of arguments by args.length. The first arguments is the first element of the args[] array, which is args[0]. For the previous example args[0] will return param1. It will not return the program name or something else. It will return the first parameter param1.

6. Test Yourself: Java Fundamentals, Part 1    developer.com

I recommend that you also make use of my online Java tutorial lessons, which are designed from a more conventional textbook viewpoint. Those tutorial lessons are published at Gamelan.com.

7. Test Your Java Knowledge: Fundamentals, Part 5    developer.com

I recommend that you also make use of my online Java tutorial lessons, which are designed from a more conventional textbook approach. Those tutorial lessons are published at Gamelan.com.

8. Test Your Java Knowledge: Using Modifiers, Part 1    developer.com

Previous article: Test Your Java Knowledge: Using Operators and Making Assignments, Part 6 Next article: Test Your Java Knowledge: Using Modifiers, Part 2

9. Test Your Java Knowledge: Fundamentals, Part 3    developer.com

Hexadecimal representation came into wide use when the defacto standard for the number of bits in each byte of computer memory became eight which is a multiple of four. Hexadecimal numbers are commonly represented using the following digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, and F. Note that there are sixteen unique digits in the hexadecimal number system. In Java, the individual letters that are used as digits can be either upper case or lower case.

10. Test Your Java Knowledge: Using Modifiers, Part 2    developer.com

I recommend that you also make use of my online Java tutorial lessons, which are designed from a more conventional textbook approach. Those tutorial lessons are published at Gamelan.com.

11. Test Your Java Knowledge #4: Fundamentals, Part 4    developer.com

4. True or false? Element values in Java arrays are automatically initialized when the array is constructed using the new operator.

12. Test Your Java Knowledge: Fundamentals, Part 6    developer.com

Previous article: Test Your Java Knowledge: Fundamentals, Part 5 Next article: Test Your Java Knowledge: Using Operators and Making Assignments, Part 1

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.