What is difference between JVM (Java Virtual Machine) and
CLR (Common language Runtime) ?

Answers were Sorted based on User's Feedback



What is difference between JVM (Java Virtual Machine) and CLR (Common language Runtime) ?..

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

What is difference between JVM (Java Virtual Machine) and CLR (Common language Runtime) ?..

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

What is difference between JVM (Java Virtual Machine) and CLR (Common language Runtime) ?..

Answer / suvarna

CLR is in .net . which takes care of memory mangement

Is This Answer Correct ?    11 Yes 5 No

What is difference between JVM (Java Virtual Machine) and CLR (Common language Runtime) ?..

Answer / ramandeep kaur

CLR support multiple languages but JAVA supports only single language.

Is This Answer Correct ?    6 Yes 2 No

What is difference between JVM (Java Virtual Machine) and CLR (Common language Runtime) ?..

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

What is difference between JVM (Java Virtual Machine) and CLR (Common language Runtime) ?..

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

What is difference between JVM (Java Virtual Machine) and CLR (Common language Runtime) ?..

Answer / venkat

JVM is platform dependent where as CLR is language independent.

Is This Answer Correct ?    9 Yes 18 No

Post New Answer

More Manual Testing Interview Questions

What is Dataguidelines?

1 Answers  


What is a test log?

0 Answers  


What is the Entry Point for Test Plan?

7 Answers  


What is the difference between a Test Plan and a Test Strategy?

6 Answers   Symphony,


WHAT IS THE DIFFERENCE BETWEEN A FUNCTION & ACTIONS IN QTP? WHAT IS THE DIFFERENCE BETWEEN A FUNCTION & PROCEDURE IN QTP? DIFF BETWEEN ACTION AND REUSABLE ACTION?

1 Answers   RBS,


Can anyone tell me the correct difference between compatibilty testing & configuration testing

2 Answers  


write 3 main test cases for excel sheet?

4 Answers   Zycus Infotech,


What is sanity testing? and how to do sanity testing for a telephone

13 Answers   IBM,


Branch testing comes under white box testing or black box testing?

2 Answers   MBT,


What is a test environment?

2 Answers  


what is testing phase??

3 Answers  


What different sources are needed to verify authenticity for CMMI implementation?

0 Answers  


Categories