what really hapens when a object is created using new
operator?
1.is it allocates memory to all variables and methods in
the class with reference to that object?
Answer Posted / aaa
it allocates the memory to the variables which belongs to
that object.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is data type example?
How do you use compareto method?
What is join () in java?
What is immutable data?
What is a flag value?
Can we use switch statement with strings?
What an i/o filter in java programming?
Can constructor be protected in java?
What restrictions are placed on method overloading?
Why vector is used in java?
What is role of void keyword in declaring functions?
What are the three parts of a lambda expression? What is the type of lambda expression?
How can we create a synchronized collection from given collection?
What is a stringbuffer?
How to make object serializable in java?