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 would you convert bytes to string?
What is empty string literal in java?
What are the high-level thread states in java programming?
Can we assign null to double in java?
What is hash in java?
Is java developer a good career?
What is the purpose of skeleton and stub?
What is static block?
Is a char always 1 byte?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
How many boolean functions are there?
What is boolean query?
List any five features of java?
What is difference between word and integer?
What is collection class in java?