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
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
What is considered an anti pattern?
What are JVM.JRE, J2EE, JNI?
What is use of set in java?
Write a program to find the whether a number is an Armstrong number or not?
What is the difference between JDK and JVM?
What is 16 bits called?
What are the default and parameterized constructors?
How do you sort an array in java?
How many types of parsers are there?
How does a cookie work in Servlets?
How do you start a new line in java?
What is instance means in java?
How to split a string in java?
Can finally block be used without a catch?