Which of the following Java classes is used for URL processing and handling?

  • URLConnection
  • URLHandler
  • URLManager
  • URLProcessor
In Java, the URLConnection class is used for URL processing and handling. It provides methods to open connections to resources on the internet and retrieve data from them. The other options are not standard Java classes for URL handling.
Add your answer
Loading...

Leave a comment

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