Answer Posted / nashiinformaticssolutions
It is an abstract machine that gives Java programs a runtime environment. The underlying operating system runs the compiled Java code after it has been interpreted by the JVM.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many characters is 16 bytes?
How do you use compareto?
What is void class in java?
Difference between class#getinstance() and new operator ?
How can we make string upper case or lower case?
What is function and its uses?
How variables are stored in memory?
What's the purpose of using break in each case of switch statement?
How do I know if java is installed?
What is not thread safe?
Explain the public class modifier?
What happens if a constructor is declared private?
Why should we use singleton pattern instead of static class?
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 the effect of keeping a constructor private?