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 / joker
more precisely to non static variables..
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is JVM and is it platform independent?
Explain static nested classes ?
What is an anonymous class in java?
Is void a return type?
What is the syntax and characteristics of a lambda expression?
What is public static void main?
Difference between Linked list and Queue?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
Can we have more than one package statement in source file ?
What is the difference between super class & sub class?
What is math in java?
What does next mean in java?
How to perform linear search in java?
Explain when classnotfoundexception will be raised ?
Why java is platform independent? Explain.