...
November 29, 2023

Computer-Networks

Question 3 Consider the sliding window flow-control protocol operating between a sender and a receiver over a full-duplex error-free link. Assume the following: The time taken […]
November 29, 2023

OOPS

Question 87 In Java, which of the following statements is/are True ? S1 : The ‘final’ keyword applied to a class definition prevents the class from […]
November 29, 2023

KVS 30-12-2018 Part B

Question 15 Consider the following code segment in JAVA switch(x) { default; system.out.println(“Hello”); } Which of the following data types are acceptable for x? A Byte […]