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

How to disable caching on back button of the browser?

0 Answers  


What is the list interface?

0 Answers  


What are listeners in java and explain ?

2 Answers   TCS,


How do you replace a string in java?

0 Answers  


What is java jit compilers?

0 Answers  






what is difference between Interface and abstract class

2 Answers   GCPL,


Can we call a non-static method from inside a static method?

0 Answers  


Explain access modifiers in java.

0 Answers  


which class to use when concatenating strings in a loop.

3 Answers   IBM,


Can a constructor be private and how are this() and super() method used with constructor?

0 Answers   Flextronics, Hexaware,


Should a main method be compulsorily declared in all java classes?

0 Answers  


Differences between GridLayout and GridBagLayout?

1 Answers  


Categories