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 is e java?
What is the purpose of checked and unchecked exceptions in JAVA?
Is array primitive data type in java?
When will you define a method as static?
Explain serialization and deserialization in java?
Can bool be null?
Explain how to convert any java object into byte array.
How many types of operators are there?
how can you catch multiple exceptions in java?
what is comparable and comparator interface?
What is string subsequence method?
What is the use of a conditional inclusion statement in Java ?
Which variables are stored in heap?
What are packages in java?
Is singleton a bad practice?