Ask Question
19 June, 18:20

What is the return type of writeDouble (double d), a method of RandomAccessFile.

a) void b) int c) float d) double f) boolean g) file object h) none

+4
Answers (1)
  1. 19 June, 20:40
    0
    The answer is h) none.

    Explanation:

    The RandomAccessFile. writeDouble (double d) method does not return any value, it converts the double d value into a long type and then, writes it into a file as an eight-byte quantity. So, the method does not return any value but creates a file object.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “What is the return type of writeDouble (double d), a method of RandomAccessFile. a) void b) int c) float d) double f) boolean g) file ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers