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 the difference between throw and throws keywords?
what is the volatile modifier for? : Java thread
What does += mean in java?
What is the size of integer?
Can we pass a primitive type by reference in java? How
Is main a keyword in java?
Explain the importance of throws keyword in java?
Is java still necessary?
What do you understand by the term string pool?
What is a layout manager and what are different types of layout managers available in java awt?
Can you extend main method in java?
What are wrapper classes in java?
Is hashmap thread safe?
How do you declare a variable?
What is return keyword in java?