Piggy backing is a technique for
a) Flow control b) sequence c) Acknowledgement
d) retransmition
Answer Posted / sahithi
acknowledgement
| Is This Answer Correct ? | 28 Yes | 2 No |
Post New Answer View All Answers
how to add a new table with variables and thier values into a imported file uisng proc import?
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
what is the filters in biztakk server? where it can use?
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?
why we use abstract word in abstract window toolkit in java language.
in teradata level primary in table level allows duplicates why?
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
3. What is the difference between testing and Quality Assurance?
What are the tasks performed by a Team Lead
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
what are all the validation we need to perform in data stage?
shall we execute our java programmes in jre
is it possible to learn sap from book without any tutorial. if yes please mention the beginner,s book of sap and also make your valuable advice for self study of sap .
can we allocate memory for interface? if no then why?