| Author |
Free quiz app for Upgrade to Java SE 7 Programmer certification exam.
|
Prasad Saya
Greenhorn
Joined: Jun 05, 2009
Posts: 6
|
|
Java Quiz Player is a desktop app. This app is a quiz (or mock test) for Upgrade to Java SE 7 Programmer certification exam (OCPJP).
The quiz question topics are specific to the upgrade exam and has 80 questions. The quiz is useful for this certification preparation.
Visit www.javaquizplayer.com to get the app. The website also has pages with the app screenshots and sample questions.
Prasad Saya.
|
SCJP 5, OCPJP 7, SCJD 5, SCWCD 4, SCBCD 5, SCJWS 4, IBM OOAD 833 & 834.
|
 |
sarvesh dikonda
Ranch Hand
Joined: Apr 08, 2012
Posts: 58
|
|
can someone explain the Question 6 in detail-
The output is -
Answer Details:
(a) and (d) are correct.
(b) and (c) are incorrect.
Can someone explain why a and d are correct ?
|
Always believe in yourself
|
 |
Prasad Saya
Greenhorn
Joined: Jun 05, 2009
Posts: 6
|
|
1. Create the PathMatcherExample.java source code and compile.
2. Run the code and verify the console output as: false
3. Substitute the code at STATEMENT A with: String str = "dir/f2";
4. Compile and run the code and verify the console output as: true
Please see the Java SE 7 API documents, for the import classes in the PathMatcherExample.java for details.
|
 |
 |
|
|
subject: Free quiz app for Upgrade to Java SE 7 Programmer certification exam.
|
|
|