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
Why are constructors used?
Is java a virus?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
How to sort an unsorted array in java?
What is the method to expand and collapse nodes in a jtree?
What is boolean query?
Write a function for palindrome and factorial and explain?
Given a singly linked list, determine whether it contains a loop or not without using temporary space?
Java.util.regex consists of which classes?
What about features of local inner class?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
Can a constructor be private and how are this() and super() method used with constructor?
What is a arraylist in java?
What is a function argument in java?
What is a class object?