The class ________ provides methods to work with SSL sockets.

  • SSLSocketFactory
  • SocketFactory
  • SocketSSL
  • SocketSecurity
The correct class to work with SSL sockets in Java is SSLSocketFactory. It provides methods for creating secure SSL sockets, making it an essential class for implementing secure socket communication.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *