what is difference between class and object?
Answer Posted / priyanka singh
class is a combination of similar type of objects. ex animal but object is the real time entity which has some uniqness. ex dog
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you sort in java?
What is difference between float and double?
Explain Basics of OOP Language in java
What are the different ways of implementing thread? Which one is more advantageous?
What is multithreading and its advantages?
how do I create a runnable with inheritance? : Java thread
What is the difference between notify and notifyall method?
Where is the singleton class used?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
What are selection structures?
Is java a super set of javascript?
What do you mean by composition in java?
How many types of methods are there?
What is a copy constructor in java?
how to deploy tomcatserver to weblogic server? write d following steps?