What are the Abstract Classes provided by Java?
Answer Posted / qamrun nisa
java.io.InputStream
java.io.OutputStream
java.io.Reader
java.io.Writer
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is java se free?
What is another word for methodology?
What do you understand by java?
What is annotation in java?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
Why map is used in java?
What are the main differences between notify and notifyAll in Java?
Which data type is a class in java?
Is simpledateformat safe to use in the multithreaded program?
Describe how to implement singleton design pattern in struts.
How do you avoid global variables?
Why java is call by value?
Can we override singleton class?
Why do we create threads in java?
Can we define constructor in inner class?