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 are abstract methods in java?
Is object a data type?
Which one will take more memory: an int or integer?
Can we call the constructor of a class more than once for an object?
What is covariant return type?
Is java platform independent?
How do weakhashmap works?
What is final?
Explain about exception propagation?
What are serialization and deserialization?
Can a class declared as private be accessed outside it’s package?
What class of exceptions are generated by the java run-time system?
Give me an example of array and linked list? Where they can be used?
State the difference between strings and arrays.
What is the basic concepts of OOPS?