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 do u mean by wrapper Class? What do u mean by Jvm... How do u change JVM for other OS? Or No need to Change ...? its like tricky
Can a class be a super class and a sub-class at the same time? Give example.
What does super()represent, and how is it used in Java?
What are the types of literals?
What are the drawbacks of reflection?
How many bits is a string in java?
What is the difference between a choice and a list?
Explain about fail fast iterators in java?
What is the default execution method in java?
How to convert string to byte array and vice versa?
Hi Friends, can you explain instance in java. In general instance means "occurence of something" . In java what is instance.
When should you use arraylist and when should you use linkedlist?