What is difference between JVM (Java Virtual Machine) and
CLR (Common language Runtime) ?
Answers were Sorted based on User's Feedback
Answer / jamesc
They are mainly different in how they handle memory
allocation. CLR is more dependant on the OS for it's limits.
| Is This Answer Correct ? | 17 Yes | 4 No |
Answer / anuj kapoor
JVM
CLR
CLR is for .net environment where as JVM is for JAVA environment. JVM is not dependent on OS but on the other hand CLR is dependent on OS.
| Is This Answer Correct ? | 11 Yes | 4 No |
Answer / suvarna
CLR is in .net . which takes care of memory mangement
| Is This Answer Correct ? | 11 Yes | 5 No |
Answer / ramandeep kaur
CLR support multiple languages but JAVA supports only single language.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / 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 |
Answer / pbalaji
JVM is related to Java and execution environment creation
for all Java programs where as CLR is not.
| Is This Answer Correct ? | 6 Yes | 9 No |
Answer / venkat
JVM is platform dependent where as CLR is language independent.
| Is This Answer Correct ? | 9 Yes | 18 No |
What is Injuction testing?
what is inspection,walkthrough and review
Different types of design documents which can be used to write effective test cases(if FRS and SRS is not enough to write the test cases.)
What type of metrics we prepare in testing?What is the use of those? can any body plz let me know. udya uday_testing@yahoo.co.in
If Interviewer asks "Do you want to ask any question to us?" Which questions should we ask to them?
what is positive and negative testing explian with example?
11 Answers Accenture, Qutesys, Sabic,
What are the main key components in web applications and client and server applications? And explain the differences between them?
Difference between manual and automation? Explain me test cases?How to write test cases??Give some examples of test cases? is anybody here who has 2 years manual testing experience.. difference between black box and white box testing
What are the stages in the Test Development Life Cycle?
how to deploye the build when the developers give the source code..?
which knowledge is must for tester
what are the critical bug occurs in banking domain?