SCJP « Language « Java Articles

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
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Products
Java by API
Photoshop Tutorial
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Articles » Language » SCJP 
1. An SCJP 1.4 certification primer
"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
"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
"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
"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
"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
"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
"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
"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
"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
"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
"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
"Previous article: Test Your Java Knowledge: Fundamentals, Part 5 Next article: Test Your Java Knowledge: Using Operators and Making Assignments, Part 1"

w_w_w_.___j__a_va2___s__.___c___o_m__ | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.