what is the difference between object and class
Answer Posted / praveen
--- Object is physically exist but class doesn't exist
physically.
Ex: Object: rose, Lilly.
Class : Flowers
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What does a method signature consist of?
Explain the use of shift operator in java. Can you give some examples?
What is use of set in java?
Difference between linkedlist and arraylist.
What is a pattern what is an anti pattern?
Can the garbage collection be forced by any means?
Is class forname reflection?
What is string intern in java?
What is passing by reference in java?
What is adapter in java?
What is classpath?
Is java call by reference?
Can we increase size of array?
What does flagged out mean?
Why should we use singleton pattern instead of static class?