| Author |
Questions about meanings of some exam objectives
|
Kevin Tysen
Ranch Hand
Joined: Oct 12, 2005
Posts: 247
|
|
I checked out the exam objectives, and I'm not sure about the meanings of some of the things.
First of all, under "Using Operators and Decision Constructs" it says, "Use Java operators". What are "Java operators"?
In "Create and use for loops including the enhanced for loop", what is an "enhanced for loop"?
What does "Select a resource bundle based on locale" mean?
|
 |
Anniruddh Rana
Greenhorn
Joined: Nov 30, 2011
Posts: 15
|
|
Hello Kevin,
Kindly go through the java tutorials for the requested topics, I hope these will prove helpful for your preparation.
Java Operators: http://docs.oracle.com/javase/tutorial/java/nutsandbolts/operators.html
Enhanced for loop: http://docs.oracle.com/javase/1.5.0/docs/guide/language/foreach.html
Loading a resource bundle based on locale : http://docs.oracle.com/javase/tutorial/i18n/resbundle/concept.html
Regards,
Anniruddh
|
 |
Kevin Tysen
Ranch Hand
Joined: Oct 12, 2005
Posts: 247
|
|
|
Thank you.
|
 |
 |
|
|
subject: Questions about meanings of some exam objectives
|
|
|