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 |
Can each java object keep track of all the threads that want to exclusively access it?
Is void a return type?
What is qualitative variable?
In the HashMap, we know the values but we dont know the key, then how can we get the key from HashMap ?????
If goto and const is reserve words than why it is not work in java?
Write a method that will remove given character from the string?
Difference between Choice and a List?
How do I write a self declaration?
State the difference between strings and arrays.
How do you start a new line in java?
how to open and edit XML file in Weblogic???
Does java isempty check for null?