What is Java Serialization?
Select an option to see the answer and solution.
Which interface in Java is used to mark a class as serializable?
Select an option to see the answer and solution.
What is the purpose of the `ObjectOutputStream` class in Java Serialization?
Select an option to see the answer and solution.
In Java Serialization, what is the purpose of the `transient` keyword when applied to an instance variable?
Select an option to see the answer and solution.
What is deserialization in Java Serialization?
Select an option to see the answer and solution.
Which class in Java is responsible for deserialization during Java Serialization?
Select an option to see the answer and solution.
In Java Networking, what is the purpose of the `Socket` class?
Select an option to see the answer and solution.
What is a port number in Java Networking?
Select an option to see the answer and solution.
Which class in Java Networking is used to represent a server socket that listens for incoming client connections?
Select an option to see the answer and solution.
In Java Networking, what is the purpose of the `URL` class?
Select an option to see the answer and solution.
Which protocol is commonly used for sending emails in Java Networking?
Select an option to see the answer and solution.
In Java Networking, what is the purpose of the `HttpURLConnection` class?
Select an option to see the answer and solution.
What is the primary use of the `DatagramSocket` class in Java Networking?
Select an option to see the answer and solution.
In Java Networking, what is the purpose of the `InetAddress` class?
Select an option to see the answer and solution.
What is a datagram in Java Networking?
Select an option to see the answer and solution.
In Java Networking, what is the purpose of the `DatagramPacket` class?
Select an option to see the answer and solution.
Which class in Java Networking is used for reading and writing streams of bytes?
Select an option to see the answer and solution.
What is the purpose of the `URLConnection` class in Java Networking?
Select an option to see the answer and solution.
Which protocol is commonly used for file transfer in Java Networking?
Select an option to see the answer and solution.
In Java Networking, what is the purpose of the `MulticastSocket` class?
Select an option to see the answer and solution.