Posts

Showing posts with the label Java Environment and Java Development Kit

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 Environment and Java Development Kit

Image
                            Java Environment Java environment includes a large number of development tools and hundreds of class and methods. The development tools are part of the system  known as java development kit (JDK) and the classes and methods are part of the java standard library (JSL) also known as the Application Programming Interface (API).                          .Java Development Kit The java Development kit comes with a collection of tools that are used for developing and running java program . They include:                    . Applet Viewer (for viewing java applets)       . Java c (Java compiler )       . Java (java interpreter)       . Java p (java disassembler)       . Java h (for c header files )       . ...