what is difference between class and object?
Answer Posted / monojit halder
we can not create a or many class from a object
but we can create a or many object from a class
| Is This Answer Correct ? | 6 Yes | 10 No |
Post New Answer View All Answers
Can arraylist contain null values?
How does finally block differ from finalize() method?
how does the run() method in runnable work? : Java thread
What is scope & storage allocation of static, local and register variables? Explain with an example.
What is the difference between instanceof and isinstance?
Define immutable object?
Can we override protected method in java?
Why webdriver is an interface?
How do you achieve singleton?
What is string builder?
Why chararray() is preferred over string to store the password?
What is meant by design patterns?
What is the return type of the main method?
What are structs in java?
Write a program to show whether a graph is a tree or not using adjacency matrix.