Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

As a testing engineer what to do if same defect is occured again in the software??

1 Answers  


what is BVT testing?Who can do this testing?

8 Answers   Satyam,


How do u find duplicate test cases?

4 Answers   TCS,


Can automation testing replace manual testing?

0 Answers  


What is Test strategy?

4 Answers   Infosys,


what is hotfix?

12 Answers   CTS,


What is "pet model" of Bug reporting cycle

4 Answers  


What are the different techniques for writing test cases?

10 Answers   Cap Gemini,


For Editing functionality: If there are 10 fields on survey form.User can edit anything from theese 10 fields. User can edit only first field or he can edit 3 fields at a time or can edit all 10 fields at a time or can edit 1 field of one survey form, 2nd field of 2nd survey form, 3rd field of 3rd survey form etc. upto 10th fields or nothing will edit & close the form . My question is --> I have to write test cases for above all scenarios? Let me know it's urgent.

1 Answers  


what is agile testing

1 Answers  


What is Testcase? How to define seviority and priority of a bug?Explain me with example?

8 Answers  


Explain Boundary value analysis?

1 Answers   Crea,


Categories