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 |
How do you square a number in java?
Explain parallel processing in java8?
what is Dictionary? and what purpose it is used for?
why would you use a synchronized block vs. Synchronized method? : Java thread
What is nullpointerexception?
What is multithreading ???? How to stop multithrading in java????
What is immutable class in java?
What is string data type?
What is thread safe singleton?
Can an interface extend a class?
What is an array in java?
Define max and min heap, also the search time of heap.