Home » JAVA Programming » Networking » Question
  1. What is the java method for ping?
    1. ping()
    2. isReachable()
    3. portBusy()
    4. hostReachable()
    5. None of these
Correct Option: B

inet.isReachable(5000) is a way to ping a server in java.



Your comments will be displayed only after manual approval.