What are the Abstract Classes provided by Java?
Answers were Sorted based on User's Feedback
Answer / aryan sahu(cvraman bbsr)
Process class is also an abstract class present in java.lang
package.
| Is This Answer Correct ? | 1 Yes | 0 No |
java.io.InputStream
java.io.OutputStream
java.io.Reader
java.io.Writer
| Is This Answer Correct ? | 1 Yes | 1 No |
Is java an open source?
What do you understand by the term singleton?
IS method overriding is Duplication of Methods?
How can you make a class serializable in java?
Explain about varargs in java?
What is object-oriented paradigm?
Discuss 2D arrays.
What is the purpose of encapsulation?
How is Object Oriented Programming different from Procedure Oriented Programming?
Are there structures in java?
Are the equals() and hashCode() protected methods of object class?
What is the reason that multiple inheritance is not possible in java??