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 the difference between arraylist and hashset in java?
Write a program based on Java script program.
Explain inheritance in java?
Can a method be overloaded based on different return type but same argument type?
Does list maintain insertion order java?
What is an interface in java?
What is the point of java?
What are thread safe functions?
Why convert an applet to an application?
Does java support Operator Overloading?
Are primitives objects?
What are different types of classloaders?
What is a java lambda expression?
Can we create more than one object singleton class?
How do generics work?