Answer Posted / shadow
An unreachable object may become reachable again. This can
happen when the object's finalize() method is invoked and
the object performs an operation which causes it to become
accessible to reachable objects....!
CHHAYA
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
How to change value in arraylist java?
How do you escape a string?
What is the benefit of lambda expressions?
What is numel matlab?
How do you achieve singleton?
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.
What is a bubble sort in java?
What is bigger kb or mb?
What is this () in java?
How many bits is a string?
Can set contain duplicates?
How many arguments can a method have java?
What are the default and parameterized constructors?
What is a void in java?
State the difference between creating string as new () and literal.