In Java, a block is delimited by:
a. ( )
b. /* */
c. “ “
d. { }
D
Computer Science & Information Technology
You might also like to view...
Which of the following statements is false?
a. The command window in Windows is called a Command Prompt. b. The command window in OS X is called a Terminal. c. The command window in Linux is called the shell. d. All of the above are true.
Computer Science & Information Technology
A program in which all statements are executed one after the other in the order in which they are written exhibit ________.
a) transfer of control b) algorithms c) sequential execution d) direct execution
Computer Science & Information Technology