What is difference between JVM (Java Virtual Machine) and
CLR (Common language Runtime) ?
Answer Posted / 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 |
Post New Answer View All Answers
In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.
define Testing of Procedure, Triggers and Functions in data base testing ?
What are all the netwoking tools, hardware tools and software tools required for testing a web-based n client server applicatopn?
What is bucket testing?
What is the difference between manual testing and automation testing?
What is revision history and the content of revision history table?
is it possible web application make it as executable file
How do you test google or gmail application??tell me step by step process??
When should you opt for manual testing over automation testing?
Diffrence b/w functional testing,functionality testing,system testing?
how many meeting in realtime environment? what are they?plz explain?
Have u ever done testing related to a database,give examples to support u r answer.
What is the test harness?
what is the general pattern of explanation of projects in interview, can u ans me plz.......... ex: online banking application
Describe a past experience with implementing a test harness in the development of software.