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 |
along with oracle which language will be beneficial to have knowledge with,java,.net,since i m doing oracle have appeared for 8th sem BEIT,plz suggest
What is WEB 3.0? What are the features their in WEB3.0
what are wrapper classes
why we use static with only main()class not with other class
What is the difference b/w Object base and object oriented programming?
What is dialog programming?
why we use abstract in awt?
SAS using companies in INDIA
29 Answers Bank Of America, Cap Gemini, Hyundai, IBM, KO, Sristek, TCS, Wipro, WNS,
Which of the following are Java modifiers?
What do you mean by text editor?
Please describe an example where you used object orientation in one of your programs.
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 ?