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
How can we make a class singleton?
What are basic keywords?
What is public/private protected in java?
How do you achieve singleton?
How do you sort a string in alphabetical order in java?
Which class should you use to obtain design information about an object in java programming?
What is the maximum size of hashmap in java?
what is the difference between yielding and sleeping? : Java thread
Can array grow dynamically in java?
What are the data types supported by java?
How is final different from finally and finalize?
what is the volatile modifier for? : Java thread
Can you declare the main method as final?
Explain differences between collection api and stream api?
What is null data type?