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 |
What is the size of string?
If a method is declared as protected, where may the method be accessed?
What classes of exceptions, caught by a catch clause?
What is complexity in java?
What is immutability in java?
What is not thread safe?
What is treeset in java collection?
explain autoboxing in java?
Can an interface have a constructor?
Define Compiling?
What is an object-oriented paradigm?
Tell us something about an iterator.