Owl Teach Yourself Java 2 in 21 Days, Fourth Edition
HOME / FEEDBACK / ORDER THE BOOK / OTHER BOOKS / THANKS
ROGERS CADENHEAD

Day 18: JavaSound

Certification Practice

Each chapter of the book ends with a Certification Practice question that's comparable to what you could expect to be asked on a Java certification test. Here's the answer for chapter 18:

Answer (a) is correct. When two expressions are combined with the && (logical and) operator, if the expression on the left is not true, the expression on the right will never be evaluated. The y variable is never incremented, and because the combined expression is false, the statement y = y + 2; is not executed.

Answers (b) is incorrect. If the & (and) operator had been used to combine two expressions instead of the && (logical and) operator, this would be the correct answer.

Answers (c) and (d) are incorrect. Edit

Return to Day 18

HOME / FEEDBACK / ORDER THE BOOK / OTHER BOOKS / THANKS

Search terms used to find this page: Java programming, teach yourself, 21 days, how to, learn, Sams, Pearson, Macmillan, Java 2, JDK 2, Java2, JDK1.5, Java 1.5, JDK 1.5, SDK1.5, Java 2 SDK 1.5, SDK 1.5, Java 2 version 1.5, Java 2 SDK, Java SDK, Rogers Cadenhead, Laura Lemay, tutorial, hands-on, source code, code, javac, java, application, appletviewer, help, learning, applet, servlet, servlets, JSP, Swing, GUI, interface, XML, JavaSound, Java2D, JDBC, JavaBeans, object serialization, IO, Tomcat, Apache, Java API for XML Parsing, Java API for XML Processing, XML-RPC, XOM, Web services, regular expressions, regex, java.nio, buffers, channels

Valid HTML 4.01!

Valid CSS!