class A
{
private int i;
}
class B extends A
{
private int i;
}
if I create an object of B class what will be the memory of that object.
Answer Posted / bhavya
12 bytes
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is the epoch date?
Which sorting algorithm is in place?
What is a concrete classes? Is Java object class is concrete class?
What is the range of a character variable?
What is the maximum size of arraylist in java?
What are the uses of synchronized keyword?
In how many ways we can create threads in java?
Is a boolean variable?
How to print nodes of a Binary tree?
Why do we need wrapper classes?
What is null mean in java?
What is difference in between java class and bean?
What does || mean in code?
What Is Query Throttling in java?
can used Protected Class outside Function.?