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
Convert a BST into a DLL and DLL to BST in place.
Is string a datatype?
What is native method in java?
What are the different types of methodologies?
What are the four pillars of java?
Does every java program need a main?
What is the difference between the direct buffer and non-direct buffer in java?
Can a lock be acquired on a class in java programming?
What is difference overloading and overriding?
What are green threads in java?
What is the name of the java compiler?
What is substring in java?
What is are packages?
Explain about class in java?
Explain about exception propagation?