What is the basic functionality of DataOutput interface in
java?
Answer Posted / sri
DataOut is a contract for DataOutputStream, whose main
intension is to write primtive data types and String into
stream , by converting them into bytes.
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Can we write a class without main method in java?
Describe method overriding
How many bits is a double?
What is the role of the java.rmi.naming class?
What is an infinite loop? How infinite loop is declared?
How do you clear a method in java?
Explain what are final variable in java?
describe method overloading
What is the use of :: in java?
How do you check if an arraylist is not empty?
When a byte datatype is used?
What is run time allocation?
What is the formula to calculate percentage?
Explain the selection sort algorithm?
what is use of functional interface in java 8?