What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is string buffer?

0 Answers  


Difference between object instantiation and construction ?

0 Answers  


String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects

7 Answers  


How do you remove an object from an arraylist in java?

0 Answers  


What must a class do to implement an interface in java programming?

0 Answers  


What is immutable data?

0 Answers  


what are the uses of Class class and what it returns? explain it with the example code.

1 Answers  


How do you declare an empty string?

0 Answers  


How do you calculate square roots?

0 Answers  


How can we find size of the object ?

5 Answers   CTS, RazorSight,


Can you extend more than one interface?

9 Answers  


How many ways can you break a singleton class in java?

0 Answers  


Categories