Home » JAVA Programming » Networking » Question
  1. Which of these is an instance variable of class httpd?
    1. cache
    2. log
    3. port
    4. All of above
    5. None of these
Correct Option: D

There are 5 instance variables: port, docRoot, log, cache and stopFlag. All of them are private.



Your comments will be displayed only after manual approval.