Which of the following is the escape character?

a. *
b. \
c. \n
d. "


b. \

Computer Science & Information Technology

You might also like to view...

A(n) ____ is a motion you make on a touch screen with the tip of one or more fingers or your hand.

A. app B. gesture C. tile D. scroll bar

Computer Science & Information Technology

When a process is not running, the processor status information is stored in the _________ context area.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Suppose you wish to provide an accessor method for a boolean property finished, what signature of the method should be?

a. public void getFinished() b. public boolean getFinished() c. public boolean isFinished() d. public void isFinished()

Computer Science & Information Technology

Constructing one class from another is accomplished by using a capability called ____.

A. inheritance B. polymorphism C. code reuse D. object-oriented programming

Computer Science & Information Technology