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
What is update method called?
What is the purpose of interface?
What is a literal coding?
Can you access non static variable in static context?
Can a class have multiple subclasses?
Can you override a final method?
Can a function return a function?
What is final?
What is unmodifiable collection in java?
What causes memory leaks in java?
How many return statement are allowed in a function?
Where is java located?
What is appletviewer?
How to sort an array in java without using sort method?
What is the difference between static method and instance method in Java?