What is a Java Virtual Machine?

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


Please Help Members By Posting Answers For Below Questions

How many characters is 16 bytes?

787


How do you use compareto?

752


What is void class in java?

761


Difference between class#getinstance() and new operator ?

926


How can we make string upper case or lower case?

816


What is function and its uses?

833


How variables are stored in memory?

749


What's the purpose of using break in each case of switch statement?

793


How do I know if java is installed?

822


What is not thread safe?

780


Explain the public class modifier?

744


What happens if a constructor is declared private?

826


Why should we use singleton pattern instead of static class?

755


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.

1808


What is the effect of keeping a constructor private?

714