what is jvm in java
Answers were Sorted based on User's Feedback
Answer / dinnu
jvm means java virtual machine.it is just like a compiler as
in c language.
it is used to execute the programs in java
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / sukrutha
JVM is a java virtual machine, which converts the java byte code to machine specific code.. because of jvm java got platform independence feature, which means you can run java application in any operating system by installing jvm . without JVM you cannot run java applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
How should I manage the test cases? Should I have to write Version/Build number in the test cases against test cases which is get modified for that build/version.
A 2 different developer design same function. After both completed. In testing engineer how do test that function?
What is localization testing?
what is the call-pair testing? there is any length for Test case?
How you will test pen
6 Answers Accenture, Digital Mesh,
Whatis the need of writing testcases? why don,t test the application without the testcases
What kind of document u need for going for an functional testing?
what is the best defect(functionally relaleted) u find in u r career?
how can client know that the bug which has been corrected
How to test login Page ? What wud be the possible Test cases ?
What is Regression Testing ? Why do Regression Testing ? Why all the testcase execuation in each time of Regression testing ?
Explain about Bug life cycle?