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
What is anti pattern in cyber security?
What is collection class in java? List down its methods and interfaces.
Is there any case when finally will not be executed?
What is default locale java?
What is the purpose of using javap?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
How can we find the sum of two linked lists using stack in java?
What is high level language in computer?
Explain about anonymous inner classes ?
What access modifiers can be used for variables?
What is string and example?
How do you execute a thread in java?
What is entry set in java?
What is navigable map in java?
How can you read content from file in java?