Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is JVM?
What is JVM?
✍: Guest
JVM stands for Java Virtual Machine. It is the run time for java programs. All are java programs are running inside this JVM only. It converts java byte code to OS specific commands. In addition to governing the execution of an application's byte codes, the virtual machine handles related tasks such as managing the system's memory, providing security against malicious code, and managing multiple threads of program execution.
2013-03-13, 2235👍, 0💬
Popular Posts:
Where Is the Submitted Form Data Stored? - PHP Script Tips - Processing Web Forms When a user submit...
What is the benefit of using an enum rather than a #define constant? The use of an enumeration const...
Can you explain Forms authentication in detail ? In old ASP if you where said to create a login page...
What is the significance of Finalize method in .NET? .NET Garbage collector does almost all clean up...
How to reduce the final size of an executable file? Size of the final execuatable can be reduced usi...