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 |
Are primitives objects?
What are pass by reference and pass by value?
Does sprintf add a null terminator?
what is Thread?
What is the map interface in java programming?
What is local declaration?
Is there any sort function in java?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
What is proper subset?
Explain about interrupt() method of thread class ?
How does access modifiers work?
What are constructors in java?