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 an anonymous class?

1 Answers   IBM,


write a program to create an arraylist and listeterator.and value should be enter through keyboard.

1 Answers   Axcend,


What about interthread communication and how it takes place in java?

0 Answers  


What is tcp and udp?

0 Answers  


What are measurable parameters?

0 Answers  


Explain java coding standards for classes or java coding conventions for classes?

0 Answers  


What is the difference between array and arraylist? what is the difference between arraylist and linkedlist?

8 Answers   EDS, Matrix,


Is a string literal?

0 Answers  


What is independent and dependent variables in research?

0 Answers  


What is use of inner class in java?

0 Answers  


What are structs in java?

0 Answers  


Can you give few examples of final classes defined in java api?

0 Answers  


Categories