Posts

Showing posts with the label Virtual Machine and Command Line Arguments

What is Database Architecture

Image
Database  Architecture  Database store a lot of critical information to access data quickly and security we need to select the correct architecture for efficient data for management client for the machine is the database architecture client  . Database management system architecture help user to get their into a request done file connecting with database . We choose the database architecture based on the following factures  1.Size of the database                                                                            2.Number of users                                                                      ...

What is Java Virtual Machine and Command Line Arguments

Image
                                              Java Virtual Machine All language compiler translate source code into machine code for a specific computer .Java compiler also does the same thing ,Then how does java archive architecture neutrality ? The answer  is that the java compiler produces an intermedia code known an bytecode for a machine that does not exits , This   is  a machine is called the java virtual machine and it exits only inside the computer memory , It is a simulated   computer within the computer and does all major machine of a real computer, illustrates the process of compiling a java program into byte code which is also referred to as virtual machine code  The virtual ma chine code is not machine specific code (known as machine code) is  generated by the code interpreter by acting as an intermediary between the vi...