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
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
What is string subsequence method?
Does a class inherit the constructors of its superclass in java programming?
How to use Media tracker Class.
What is final keyword?
Can we extend singleton class?
Why we used vector class?
How we can make copy of a java object?
When should I use singleton?
what happens when a thread cannot acquire a lock on an object? : Java thread
What is treeset and treemap in java?
What is the difference between yield() and sleep()?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
What are streams?
Is java ee a framework?