Answer Posted / parameswaran
Object is the basic run time entity...
>>without object we can create class.but
>>without class we can't create object.
>>when we create class memory is not allocated.
>>when we create object memory is allocated.
ALL THE BEST!
Warm & Regards
Parames(PRC)
Thanjavur
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the meaning of flag day?
Why java is called not pure object oriented language?
Can sleep() method causes another thread to sleep?
Why java doesn’t support multiple inheritances?
What is the difference between an array and an array list?
Is null or empty java?
What is parse method?
What is the abstract class?
How would you use Bubble Sort to sort the number of elements?
What is parsing in grammar?
What is a type parameter in java?
What is float in java?
extending thread class or implementing runnable interface. Which is better? : Java thread
What is JVM and is it platform independent?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?