How can we find size of the object ?
Answer Posted / niranjanravi
there is no sizeOf() in java to find the size of the object
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
Explain java coding standards for classes or java coding conventions for classes?
Where can I find jdk in my computer?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
What are autoboxing and unboxing? When does it occur?
what is the major difference between linkedlist and arraylist in java?
How do you calculate square roots?
Is hashmap thread safe?
What is serialization in java?
What is string immutability?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
How does regex work?
What is singleton class and how can we make a class singleton?
How do you calculate roots in java?
When does an object becomes eligible for garbage collection in java?