Ask 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 object h) none

+3
Answers (1)
  1. 14 November, 23:53
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers