Answer Posted / dipil t t
Object is an instance of a class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why is multiple inheritance not supported in java?
What do you mean by garbage collection used in java?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
What is the use of arraylist class in java?
What is sizeof in java?
Is java 1.7 the same as java 7?
Can you sort a string in java?
Does java support multiple inheritances?
What is the difference between a vector & an array list?
How can you set an applet’s height and width as a percentage?
What is a Hash Table? What are the advantages of using a hash table?
Is constructor inherited?
Explain garbage collection in java?
Which class is the superclass of all classes?
What is the difference between ArrayList and Vector? which one is better in Java