• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

What is NOT included in SCJP 1.5?

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The new topics in 1.5 have been discussed, but very little mention about what has gone away in the new version. From a previous post, here is what I found:

- bit shifting
- Math class
- keywords

Are these correct, and is there anything more?
 
arch rival
Posts: 2813
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You are correct, but also note that Input Output (I/O) is now back on the exam and the big topic of Generics is on the 1.5 exam. The exam also covers regular expressions.
 
Ranch Hand
Posts: 193
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The exam also convers the new printf stuff. All the syntax and conversion details are under java.util.Formatter in the API. So while they've taken a lot out, they've added some very detail oriented topics.

http://java.sun.com/j2se/1.5.0/docs/api/java/util/Formatter.html

Josh
[ August 25, 2005: Message edited by: Joshua Smith ]
 
Don Retag
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think I/O was added back in because of the new formatting classes.

What I am really interested is what does 1.5 not cover. It will save me time by not having to read those chapters.
 
author
Posts: 9050
21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
does 'bit shifting' include 'bit twiddling' ? Because there's no bit twiddling either

I think you've got the complete list of topics that got taken away... in a nutshell, we removed a tiny bit and added a huge, enormous stack of new stuff.

hth,

Bert
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Math class has NOT gone!!! I came acorss an exam question about it today,although very simple.
 
Bert Bates
author
Posts: 9050
21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First off, Congrats Wensheng, great job!

Ok, the Math class... I guess technically you could say that the Math class might play a teenie, tiny role in the exam, but if you get a Math question it will be on a common sense level. Put it this way, if you budget 500 hours to study for the exam (which would be a BIG budget), and you allot 5 minutes of study for the Math class, I'd say you spent too much time on the Math class

This does lead to a good study tip though... if you see a class mentioned in a question, and that class isn't in the objectives, then the question isn't really about that class. In other words sometimes the exam writers will use such a class as a 'red herring', a distraction.

hth,

Bert
 
Wensheng Li
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Haha,what you said is perfecly true.

Tha questions I came across was indeed intended to test another objective. A field/method in math class was trivially inclued in that question and even a pupil would know what that stands for!
 
Ranch Hand
Posts: 93
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How much of "Threads" and "collections" are covered in the new exam.(Tiger)

when you say "keywords" are not inlcided which section of the 1.4 exam you are referring?
 
Wensheng Li
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It was my impression that 'concurrency' and 'collectons/generic' are two heavey sections in SJCP 5.0 exam.
 
Switching from electric heat to a rocket mass heater reduces your carbon footprint as much as parking 7 cars. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic