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 pojo class in java?
what is the purpose of "virtual"?
What does ide stand for?
What is hashing in java?
What is the private method modifier?
Why stringbuffer is faster than string?
Is null a string?
Should database connections be singleton?
What is mnemonic in assembly language?
What are methods in java?
Can we extend immutable class?
What do you understand by looping in java? Explain the different types of loops.
difference between byte stream class and character stream class?
What is the difference between private & public & friendly classes?
What is jit and its use?