Piggy backing is a technique for
a) Flow control b) sequence c) Acknowledgement
d) retransmition
Answers were Sorted based on User's Feedback
what is the last ant version you worked?how to get it
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
What is the client concept in SAP? What is the meaning of client independent?
What's the difference b/w Table & Templete in Smartform?
What are the tasks performed by a Team Lead
write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?
what is runtime exception and compiletime exception ?
what is software
What language / script is used to validate web page
what is d main diff between the java and .net framework
how to add a new table with variables and thier values into a imported file uisng proc import?
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.