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 are the four integer types supported by java?
Java is pass by value or pass by reference? Explain
Is java same as core java?
Which is a valid identifier?
What is the purpose of file class?
Is linked list a linear or non-linear data structure?
Why is a constant variable important?
What is canonical name in java?
What is lambda in java?
What is the difference between the boolean & operator and the && operator in java programming?
What restrictions are placed on method overriding in java programming?
What is the java project architecture?
Can a class be declared as static?
When can an object reference be cast to an interface reference in java programming?
What is ctrl m character?