what is difference between class and object?
Answer Posted / mantu mahapatra
class can exist without object, like model of a car can
exist without car.
object can't exist without class , like model of a car
can't exist without car.
which is physically exist in the real world that is known
as object and there logical Existence is known as class
| Is This Answer Correct ? | 4 Yes | 11 No |
Post New Answer View All Answers
Can you explain the usages of class.forname()?
What is jrmp?
What is the difference between access specifiers and access modifiers in java?
Why we go for collections in java?
What is the class in java?
Can we increase size of array?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
What is the difference between throw and throws in java?
Is binary a low level language?
What checkbox method allows you to tell if a checkbox is checked?
What is unicode with example?
What is a boolean structure?
Why declare Main() method as a static in java ?
What is assembly used for?
What are the legal operands of the instanceof operator?