How can we find size of the object ?
Answer Posted / suvarna
getObjectSize(Object objectToSize)
Returns an implementation-specific approximation
of the amount of storage consumed by the specified object.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How do you use find and replace?
If you are given the name of the function at run time how will you invoke the function?
what is the difference between yielding and sleeping? : Java thread
Explain reverse a linked list recursive java solution?
What are the access modifiers available in java?
Can a constructor call another constructor?
Can we override constructors in java?
What is a vector in java?
What is parsing a sentence?
What is exception in java?
Explain working of call by reference function invoking.
What are different ways of object creation in java ?
Can we clone singleton class in java?
What is difference between next () and nextline () in java?
Can we create our own daemon thread?