What is the basic functionality of DataOutput interface in
java?

Answers were Sorted based on User's Feedback



What is the basic functionality of DataOutput interface in java?..

Answer / 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

What is the basic functionality of DataOutput interface in java?..

Answer / sakthivel(gceb)(n.p)pollachi

using this interface we can give the values to the run time
input

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is argument in java?

0 Answers  


How to check if a list is sorted in java?

0 Answers  


How do you use substring in java?

0 Answers  


What is the difference between replace and replace all?

0 Answers  


What is unicode datatype?

0 Answers  






What are the allowed, non-Unicode letter characters that can be used as the first character of an identifier?

2 Answers  


What does replaceall do in java?

0 Answers  


What is a dynamic array in java?

0 Answers  


My interview asked what is dynamic variable in java and where we use them.

2 Answers   IBM,


Explain about serializable interface in java?

0 Answers  


Can we write method inside a method in java?

0 Answers  


Garbage collection in java?

0 Answers  


Categories