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

Explain the use of sublass in a java program?

0 Answers  


Can you change array size in java?

0 Answers  


List two java ide’s?

0 Answers  


What is the properties class in java programming?

0 Answers  


can any body tell me? does advance java and j2ee both are same.

4 Answers   CTS, Infosys,






What is the need of transient variables in Java ?

0 Answers   MCN Solutions,


Can inner class final?

0 Answers  


What is the difference between @before and @beforeclass annotation?

0 Answers  


Explain try and catch keywords in java?

0 Answers  


What is a function in java?

0 Answers  


Does every java program need a main?

0 Answers  


What is function and its uses?

0 Answers  


Categories