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 |
How is Garbage collection done in Java?
What is the use of using enum to declare a constant?
What is byte code and why is it important to java’s use for internet programming?
Can we have return statement in finally clause? What will happen?
can we declare private class in java file?
Why is java called the platform independent programming language?
What is the difference between throw and throws keywords?
What do you mean by chromounits in java8?
What are legal modifiers that we can use to declare an inner class?
How can be define MARKER interfce in java
What is a instance variable?
What’s the difference between unit, integration and functional testing?