The Artima Developer Community
Sponsored Link

Java Buzz Forum
SCJP 5 - Autoboxing, Regular expressions and serialization articles

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ben Hosking

Posts: 208
Nickname: hoskinator
Registered: Apr, 2006

Ben Hosking is Java Developer with about 5 years experience and interest in OO
SCJP 5 - Autoboxing, Regular expressions and serialization articles Posted: May 26, 2006 12:55 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Ben Hosking.
Original Post: SCJP 5 - Autoboxing, Regular expressions and serialization articles
Feed Title: A Funny Java Flavoured Look at the World
Feed URL: http://businesslogs.com/WebLog/RSS.xml
Feed Description: The blog looks at using Java and programming in general as it pops up in life as a Java programmer. It will have links to interesting Java articles and resources. It will also have a lot of SCJP Java 1.5 information and links as I am currently studying
Latest Java Buzz Posts
Latest Java Buzz Posts by Ben Hosking
Latest Posts From A Funny Java Flavoured Look at the World

Advertisement

I have found some really useful links for the SCJP Java 5 exam.  This article is well written and covers quite a few of the tricky areas of the Java 5 SCJP Exam.  Even if you aren?t studying for the exam these article?s might still be of interest to you because they cover topics like Autoboxing, serialization, printf and regular expressions.


 


Part 1


This link has information on the Wrapper classes added in Java 5 and the very useful Autoboxing and unboxing now make them a lot easier to use with literal variables (int, double, char etc)


 


Part 2


Concentrates on the Java.io packages and reading files and using the BufferedWriters and readers.   This is can be quite a tricky area in the exam because you need to know what order you use the classes.


 


Part 3


This is all about serialization.  I found this very useful because I don?t use serialization in my daily programming life, so it was a completely new subject and the more information I could read about it the better.


 


Part 4


Is about using the Java.text package and formatting number, dates and Strings.  Learning how to use the locale class so it transforms the data into the correct locale.


 


Part 5


One of the nightmare areas for the exam, the fearsome Regular Expressions section.  It also talks about the C style printf, which allows you to format you System.outs.





SCJP 5 : Chapter 3. API Contents (Part-1)


SCJP 5 : Chapter 3. API Contents (Part-2)


SCJP 5 : Chapter 3. API Contents (Part-3)


SCJP 5 : Chapter 3. API Contents (Part-4)


SCJP 5 : Chapter 3. API Contents (Part-5) 

Read: SCJP 5 - Autoboxing, Regular expressions and serialization articles

Topic: Head First Design Meditations Previous Topic   Next Topic Topic: Sun to Bring VB to Java Platform

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use