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 thread safe java?

0 Answers  


How to make class immutable

6 Answers  


I have 2 objects inside one object(vector). how can i serialize one of them. I dont want to serialize the second one

3 Answers   ABC, L&T,


Is upper case in java?

0 Answers  


What is this keyword used for?

0 Answers  


What is exception hierarchy in java?

0 Answers  


What is method overloading in JAVA? Why is it not present in C ?

0 Answers   Akamai Technologies,


what is difference between signed & unsigned char?

2 Answers  


How to split arraylist elements in java?

0 Answers  


What is anti pattern in programming?

0 Answers  


Tell me how many ways are there to initialise an integer with a constant.

0 Answers   Aricent,


How many static init can you have?

0 Answers  


Categories