Is it necessary for the port addresses to be unique? Explain with reason.
Answer / Manish Taneja
Yes, port addresses must be unique on a single computer network. Each port address serves as an identifier for different communication sessions between clients and servers, allowing multiple connections to exist simultaneously without interference. If two or more applications were using the same port address, they would not be able to communicate properly because their messages would be intermingled.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is default size of arraylist in java?
Is there any limitation of using inheritance?
List any five features of java?
What does file separator do in java?
What is the difference between method and constructor ?
Ducking is automatic in checked exception?True or false
Describe 2 different ways to concatenate two strings.
whst is encapsulation?when u encpsulate actually while devoloping code?
What is the base class for error and exception?
Why hashset is used in java?
Realized?
System.out & System.in are final static data member of System class but we can change there reference through setOut() & setIn() method how...