what is the difference between object and class
Answer Posted / gv praveen kumar
class is a process of binding data members and methods in a single unit,that unit is known as class.and class variables is known as object.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can we extend a class with private constructor?
Explain about main() method in java ?
What is the use of singleton?
Is 0 an even number?
Does sprintf add a null terminator?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
What is a dynamic array in java?
How do you reverse a string in java?
What are user defined exceptions?
Can arraylist contain null values?
Can a static class implement an interface?
Which class cannot be a subclass in java?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
What is meant by interface?
What is the similarity between dynamic binding and linking?