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?
Answers were Sorted based on User's Feedback
Answer / aaa
it allocates the memory to the variables which belongs to
that object.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / seshu godavarthi
when we created an object with new operator it tells the
compiler to allocate a memory for the particular object
| Is This Answer Correct ? | 2 Yes | 0 No |
can we have virtual functions in java?
What is the main function in java?
What is the exception hierarchy in java?
What is default specifier ??? Use of default specifier ???
Infinite loop using while ?
What is the purpose of the File class?
What is math floor in java?
Who developed JScript language?
Explain about anonymous inner classes ?
did interface can implementation method ? i know its not possible but my interviewer said its possible ..but how..? any one have idea ???
Can you use abstract and final both with a method?
What do heavy weight components mean in java programming?