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 about instanceof operator in java?
How do you sort a set in java?
Can we call the run() method instead of start()?
what is meant by Garbage collection?
What are byte codes?
Does java allow overriding static methods ?
What are the legal parameters?
What is the different between get and post?
When would you use a static class?
What is anagram in java?
What is Gang of four design patterns
What about interthread communication and how it takes place in java?
What is string pooling concept?
Can you run java program without main method?
How to display names of all components in a Container?