Answer Posted / ranganathkini
JVM or Java Virtual Machine is the core component of the
Java platform. The JVM abstracts the underlying host
software/hardware platform and provides a standard execution
environment for Java-based applications across multiple
platforms.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What is an object class?
What is the difference between hashmap and hashtable? What is an interface?
What do you mean by a JVM?
How do you sort in descending order in java using collections sort?
What is type inference in java8?
Can we declare the main method of our class as private?
which class is the wait() method defined in? : Java thread
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
What is the preferred size of a component in java programming?
What is object in java?
what is optional in java 8?
Which arithmetic operations can result in the throwing of an arithmeticexception?
How is the marker interface used in Java?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
Explain thread life cycle in java?