what is difference between class and object?
Answers were Sorted based on User's Feedback
Answer / ravikiran
class is the template for members and methods
Object is the physical reality to access the members and
methods
| Is This Answer Correct ? | 31 Yes | 40 No |
Answer / talha ameer
Class is an idea which is we think in our mind after we
create its oject which is consist on coding.
| Is This Answer Correct ? | 4 Yes | 18 No |
Answer / ekta choudhary
ex of class is fruit mango
ex of object is car .
| Is This Answer Correct ? | 5 Yes | 27 No |
What is main in java?
Can we use different return types for methods when overridden?
What is number data type in java?
What is string intern in java?
Explain the difference between a Thread and a Process.
What is the purpose of the system class in java?
What do you understand by the term wrapper classes?
How do singleton patterns work?
Write a java program to count the number of words present in a string?
Does java isempty check for null?
What is the transient keyword?
How do we make a class serialize?