La Vish
SCJP 1.4, President 60s Club
Dan Chisholm<br />SCJP 1.4<br /> <br /><a href="http://www.danchisholm.net/" target="_blank" rel="nofollow">Try my mock exam.</a>
Spot false dilemmas now, ask me how!
(If you're not on the edge, you're taking up too much room.)
SCJP 2 1.4
SCJP 2 1.4
Spot false dilemmas now, ask me how!
(If you're not on the edge, you're taking up too much room.)
Spot false dilemmas now, ask me how!
(If you're not on the edge, you're taking up too much room.)
Spot false dilemmas now, ask me how!
(If you're not on the edge, you're taking up too much room.)
Spot false dilemmas now, ask me how!
(If you're not on the edge, you're taking up too much room.)
Originally posted by Marlene Miller:
Bert, I agree. My questions are too specific. I think this post is about areas of knowledge we should not spend time learning about.
How about these, are they on the exam?
1. Initializers
2. Casting of Wrapper classes constants e.g. (int)Float.POSITIVE_INFINITY, (float)Integer.MAX_VALUE
3. Modifiers strictfp, volatile, transient, native
4. Iterators methods
5. Not so commonly used String/StringBuffer methods like regionMatches(), replaceAll(), subSequence()
I'm not going to be a Rock Star. I'm going to be a LEGEND! --Freddie Mercury
Spot false dilemmas now, ask me how!
(If you're not on the edge, you're taking up too much room.)
Originally posted by Bert Bates:
2 - please ask a more specific question
3 - maybe you need to be more specific.. for sure you need to know all the 49 keywords!
[/QB]
1. System.out.println((int)Float.NEGATIVE_INFINITY == Integer.MIN_VALUE); // true or false ?
2. System.out.println((int)Float.MIN_VALUE == Integer.MIN_VALUE); / /true or false ?
3. System.out.println((float)Integer.MAX_VALUE=Float.MAX_VALUE); // true or false ?
- Maybe I am mistaken, but I read somewhere in the RHE that strictfp is NOT going to be on the exam.
I'm not going to be a Rock Star. I'm going to be a LEGEND! --Freddie Mercury
Spot false dilemmas now, ask me how!
(If you're not on the edge, you're taking up too much room.)
Spot false dilemmas now, ask me how!
(If you're not on the edge, you're taking up too much room.)
SCJP 1.6
Narasimha
Narasimha
Spot false dilemmas now, ask me how!
(If you're not on the edge, you're taking up too much room.)
Originally posted by Bert Bates:
Robbie -
Two good ones!
StringTokenizer and reflection are both good topics that aren't the exam!
2 more topics to relax about!
42