what is the diffrence between class and object?
Answers were Sorted based on User's Feedback
Answer / sri
class is a collection of data members nd member funs()
object is an instance of a class
| Is This Answer Correct ? | 21 Yes | 0 No |
Answer / saravana kumar.s
class is a template for attribute and operation of an objects.
object is a instance of class .
object is use to calling class
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / karthick
Class -collection of object is known as class.
object-object is a instance to call a class.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sri
the exitance of class is logical.but obj exitance is phisical
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / arun kumar
class does not take space
eg:- empty folder have 0 byte space
object always take an space
eg:-files in folder
| Is This Answer Correct ? | 2 Yes | 4 No |
What is a double?
How to transfer data from an Applet to Servlet ?
How do you use final keywords and final variables in Java?
What are parsers? Dom vs sax parser.
when we write class.forName("any one class"); what happens actually?what it will return?explain stepwise?
Explain about sets?
What are the advantages of autoboxing?
List down the methods and interfaces of collection class in java.
can any one send me the example program of immutable class?
Difference between static methods, static variables, and static classes in Java.
Describe the syntax of multiple inheritance? When do we use such an inheritance?
What is the difference between serialization and deserialization?