How many processes can listen on a single TCP/IP port?
Answer Posted / abhijeet dubey
One.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can we develop a multi-tier application in Java?
what is programmable BIST in today ic design
What is the meaning of client-server application. The purpose of Client-Server Application. with description.
we create a pf with 3 fields.2 is defined as keyfields.we lock it with alcobj command.how we find out whether the file is locked or not?is it dspfd??/
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?
How to merge Action Form with Dyna Action Form in Struts.
what is apt_dump_score in datastage where it is useful
5. How do you round the addition or subtraction of two numbers in assembler?
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.
write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe
What is the merger sort principle and its time complexity.
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".
Outline the two important features of a terminating recursion. Any ideas?