596Software EngineeringMedium
While working with mail command, which command is used to save mail in a separate file?
Ar
Bs
Cd
Dw
Correct answer
B. s
Explanation
The correct answer is s.
Correct answer
B. s
Explanation
The correct answer is s.
What TCP/IP protocol is used for remote terminal connection service?
Which is not a typical business function?
Which of the following is not used in measuring the size of the software________?
What will the output of the following program? public class Test{ public static void main(String args[]){float f = (1 / 4) * 10; int i = Math.round(f); System.out.println(i); } }?
What port does squid listen, by default?
When does Garbage collector run?