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

Can anybody explain me branch/decision coverage with a example.

1 Answers  


Tell me what all u have done for 2 years as a manual tester in your company

1 Answers   TCS,


What does scalability mean. Is the system scalable only in terms of hardware or its software which makes the application scalable. Please provide an example to support your answer.

1 Answers   Infosys,


Which test cases are first written white boxes or black box?

1 Answers  


Hierarchy of Regression Testing?

4 Answers   winfoware,






What is integration testing

9 Answers   Nucleus Software,


Generally which software development model is used in project based companies?

1 Answers  


write test strategy for hotmail login screen

4 Answers   InfoSoft, QA,


Explain Load testing

7 Answers   CSC,


Explain thread testing.

0 Answers  


who provides the test data in ur company?

2 Answers   Accenture,


What is defect density?

10 Answers   Qualtree Solutions,


Categories