Question
import java.net.*;
class networking
{
public static void main(String[] args) throws MalformedURLException
{
URL obj = new URL("https://www.compscibits.com/j");
System.out.print(obj.getPort());
}
}
a.
1
b.
0
c.
-1
d.
garbage value
Posted under Java Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. What is the output of this program?
Similar Questions
Discover Related MCQs
Q. Which of these is a wrapper around everything associated with a reply from an http server?
View solution
Q. Which of these transfer protocol must be used so that URL can be accessed by URLConnection class object?
View solution
Q. Which of these methods is used to know when was the URL last modified?
View solution
Q. Which of these methods is used to know the type of content used in the URL?
View solution
Q. Which of these data member of HttpResponse class is used to store the response from an http server?
View solution
Q. Which of these is a bundle of information passed between machines?
View solution
Q. Which of these class is necessary to implement datagrams?
View solution
Q. Which of these method of DatagramPacket is used to find the port number?
View solution
Q. Which of these method of DatagramPacket is used to obtain the byte array of data contained in a datagram?
View solution
Q. Which of these methods of DatagramPacket is used to find the length of byte array?
View solution
Q. Which of these class must be used to send a datagram packets over a connection?
View solution
Q. Which of these method of DatagramPacket class is used to find the destination address?
View solution
Q. Which of these is a return type of getAddress() method of DatagramPacket class?
View solution
Q. Which API gets the SocketAddress (usually IP address + port number) of the remote host that this packet is being sent to or is coming from.
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Java Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!