what is difference between class and object?
Answer Posted / shashank
Class cannot be passed as a prameter or orguments,
But object can be passed as argument or parameter.
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
What is the use of generics? When was it added to the Java development Kit?
What are different types of expressions?
What is the relationship difference the canvas class and the graphics class?
Is 0 a real number?
What are the drawbacks for singleton class?
What is the use of callablestatement?
Hi.... I applied for the post of scientific officer/Engineer-SB(Programmer).Please post the syllabus and sample papers.
What do you know about the garbage collector in java?
When is the finalize() called?
How to sort a collection of custom Objects in Java?
What is the difference between keyword and identifier?
Explain about main thread in java?
What does it mean that a method or field is “static”?
What is the difference between path and classpath variables?
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?