In which language JVM (Java Virtual Machine) is implemented
Answer Posted / sudhagottam
JVM is implemented in C language, jvm is platform dependent.
sunmicrosystems provides different jvm's for diffrent
operating systems.
| Is This Answer Correct ? | 16 Yes | 11 No |
Post New Answer View All Answers
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
How is tree Mirroring implemented?
What is difference between iterator access and index access?
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 are "methods" and "fields"?
What is difference between final and finally in java?
How is hashset defined in java?
Can static methods be inherited?
How is final different from finally and finalize?
Explain the difference between association, aggregation and inheritance relationships.
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
What is callable java?
How do you replace all in word?
What is the constructor?