MCQOPTIONS
Saved Bookmarks
| 1. |
Which methods are commonly used in Server Socket class? |
| A. | public output stream get output stream () |
| B. | public socket accept () |
| C. | public synchronized void close () |
| D. | public void connect () |
| Answer» C. public synchronized void close () | |