What are the Abstract Classes provided by Java?
Answer Posted / pj
java.lang.Number
java.awt.PrintGraphics
java.awt.Graphics
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between iterator and enumeration ?
What data type is true or false?
How to Sort Strings which are given in List and display in ascending order without using java api.
What is the difference between compile-time polymorphism and runtime polymorphism?
What is data object example?
Are arrays dynamic in java?
How to do encapsulation in java?
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
What is the difference between stringbuffer and stringbuilder?
How do you write a scanner class in java?
What is the purpose of an interface?
How can we pass argument to a function by reference instead of pass by value?
Does java support function overloading, pointers, structures, unions or linked lists?
Does string is thread-safe in java?
How will you compute size of a structure?