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

Where you will upload and Map the Test cases into QC?

1 Answers   Cap Gemini,


how 2 find out nth salary.plz write sql qurires

4 Answers  


Hello can any one help we which certification is can be taken is it ISTQB or CSTE ? How to prepare for the exam & where we can find the materials etc for the prepartion? Please Help me. Thanks in advance

3 Answers  


Define brain stromming?

0 Answers  


How can it be known when to stop testing?

3 Answers   IBM,






urgent --pls help me out friends i have given my current project as inventory , where it iuncludes the modules purchse order, receiving list, items receipt, sales order ..if anybody involved in the similar project pls send me the test case u wrote and bug u found ... my email id -ranjieni@gmail.com

1 Answers  


What test metrics do you provide to your client?

2 Answers  


What is Mutation Testing?

8 Answers   AZTEC,


tell me about V-Model

4 Answers  


what is selection procedure in AMDOC for software testing , if anybody attended the interview pls tell what the portions i should cover. pls help me friends

2 Answers  


How do you conclude which section is most risky in your application?

1 Answers  


Testing methodologies and Testing techniques are the same one? Hope Black and White box testings come under test techniques. Then what will come under methodologies ?

5 Answers  


Categories