Input redirection in UNIX is performed with which of the following characters?
a. >
b. #
c. !
d. <
e. %
D
Computer Science & Information Technology
You might also like to view...
________ contains predefined classes and interfaces for developing Java programs.
a. Java language specification b. Java API c. Java JDK d. Java IDE
Computer Science & Information Technology
To declare a method as static, place the keyword static before ________ in the method’s declaration.
a. the method modifier b. the return type c. the method name d. the argument list
Computer Science & Information Technology