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 |
Explain Automation Vs Manual Testing?
Can any1 tell me suppose u r doing manual testing on unix platform with Shell Script, then how it is done? How u r implementing it & what is the use of Shell scripting on Manual Testing? plzzzzzzz i need ur help.
What is CheckList?
Difference between test Plan and test strategy?
1.what promted you to become involved in QA/Testing?
when the tester actually involves in Testing?(at which stage of SDLC)
Hello again!! wanted to ask you HOW EXACTLY create stubs and driver in integration testing? 2.whats the difference between integration testing and system integration testing? Thanks!!
What is agile methodology and how to perform agile testing?
what is bug life cycle?
What is Traditional testing & Object Oriented testing?
Assume you are handling multiple projects and the scheduled were clashing how would you mange about this
what is the differance between functionality and functional testing?