Explain the purpose of a return type of a method. Describe the return value of a method that returns no data.

What will be an ideal response?

A return type describes the type of data the method sends back to its calling method. Not all methods return a value to their calling methods; a method that returns no data has a return type of void.

Computer Science & Information Technology

You might also like to view...

Which of the following is the standard operating frequency for 802.11b

What will be an ideal response?

Computer Science & Information Technology

Unreliable communication is not acceptable if __________.

a) the network is heavily congested, because unreliable communication requires less overhead b) the application can tolerate occasional datagram loss and still function properly c) the application implements its own reliability mechanism d) the underlying network guarantees reliability

Computer Science & Information Technology