Podcast
Questions and Answers
What is the default port for the server?
What is the default port for the server?
- 8888
- 8989 (correct)
- 9999
- 1000
How is the welcome message sent to the client?
How is the welcome message sent to the client?
- Through a text file (correct)
- Through an email
- Through a database
- Through a URL
What is the purpose of the 'go c.readInput()' command?
What is the purpose of the 'go c.readInput()' command?
- To read the input from the client (correct)
- To send the input to the server
- To write the input to a file
- To print the input to the console