What is difference between JVM (Java Virtual Machine) and
CLR (Common language Runtime) ?
Answer Posted / mayuewu
JVM is for the UNIX environment.
CLR is for the Windows environment.
JVM interprets bytecode generated from Java.
CLR interprets bytecode generated from C# or VB.NET
JVM has instructions for:
Load and store
Arithmetic
Type conversion
Object creation and manipulation
Operand stack management (push / pop)
Control transfer (branching)
Method invocation and return
Throwing exceptions
Monitor-based concurrency
CLR includes:
Memory management
Thread management
Exception handling
Garbage collection
Security
Is This Answer Correct ? | 8 Yes | 9 No |
Post New Answer View All Answers
What is bug leakage?
Could some one tell me test cases for multi line text boxes like Notes field?
In manual testing, what are stubs and drivers?
Explain Operational Acceptance Testing with example ?
Why is it impossible to test a program completely?
what is the difference between Desktop testing,Client/server testing and webapplication testing
Please explain how to elaborate on the types of system/functionality for testing Payments, Statements, & Transactions features in a bank.....like what do we test in these,in detail? It's urgent, please reply...thanks in advance.
What is the limit for test steps?It should be 10/20/30etc
Have you ever completely tested any part of a product? How?
what exactly is heuristic checklist approach for unit testing?
hi friends i recently finished testing course in hyderabad.now am looking for a job in uk.i need help about the projects in interview point.can any one explain me abt banking project or credit card.like what are the problems faced in u r last project etc.
Hi Friends, I have completed 3 rounds of an Interview with HR discussion also and got Offer letter from Cognizant, but after in 30 min they send one more email like Offer is on Hold, and its not valid... Could you please guide me any one , Can i expect Offer again from Cognizant or Can i drop the hopes ?.
In which all places, testing is done?One is from the server by calling server name.Can u suggest others?
Which are the different tests for apparel testing?
In simple steps how will you do unit testing using VSTS?