what is the difference between object and class
Answer Posted / manasa
class is a blueprint of an object
object is a run time entity
class consists of methods n statements
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Is java call by value?
What exactly is methodology?
What are the important features of Java 9 release?
Why do we need wrapper classes?
What are bind parameters?
What are the default and parameterized constructors?
What is the size of int?
What is the largest long allowed by java?
What are java packages?
What are the problems faced by java programmers who don't use layout managers?
Define linked list and its features with signature?
Why synchronization is important?
Are arrays passed by reference in java?
How destructors are defined in java?
What modifiers are allowed for methods in an interface?