How many processes can listen on a single TCP/IP port?
Answers were Sorted based on User's Feedback
Answer / james
A server is allowed to accept multiple client connected to
the same port number, although each session is unique. To
manage multiple client connections, a server process must be
multithreaded.
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / fazlur rahaman naik
only one process should b run on single port..... so there
should b only one process listening on single TCP/IP port.
| Is This Answer Correct ? | 21 Yes | 11 No |
hii I inntrested abt scjp certification but i dont knw abt scjp plz send details abt scjp exam and syllabus.
3. What is the difference between testing and Quality Assurance?
73. How can you set the status and title for a modal dialog box? a) In the attributes of the corresponding screen. b) Before the corresp. call screen statement. c) In a PBO module of the corresponding screen. d) In the PAI module of the corresponding screen.
In an customer exit (include Z) program, only the last record is getting fetched. The exit is getting called after pressing save button. What to write for fetching the first record ? Before saved to a SAP table how can i call all these records in an itab in the exit ?
What is a dialog based program
Write a program to calculate the following i want a Java program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
hi This is radhika.Can anyone help me to know the question papers of NATIONAL INFORMATICS CENTRE for the post of scientific officer/engineer? if anyone know plz tell me question paper pattern
which property is used to display the advertisements with adrotator control
what is meant by life cycle of a business
1) How can u create the table?
how to stop execution of step 3 in a job mainframe
I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that