Tech Jitendra
• Tags
• Development
• Java
Java
Definition – What does Java mean?
Java is a programming language that produces software for multiple platforms. When a programmer writes a Java application, the compiled code (known as bytecode) runs on most operating systems (OS), including Windows, Linux and Mac OS. Java derives much of its syntax from the C and C++ programming languages.
Java was developed in the mid-1990s by James A. Gosling, a former computer scientist with Sun Microsystems.
Tech Jitendra explains Java
Java produces applets (browser-run programs), which facilitate graphical user interface (GUI) and object interaction by Internet users. Prior to Java applets, Web pages were typically static and non-interactive. Java applets have diminished in popularity with the release of competing products, such as Adobe Flash and Microsoft Silverlight.
Java applets run in a Web browser with Java Virtual Machine (JVM), which translates Java bytecode into native processor instructions and allows indirect OS or platform program execution. JVM provides the majority of components needed to run bytecode, which is usually smaller than executable programs written through other programming languages. Bytecode cannot run if a system lacks required JVM.
Java program development requires a Java software development kit (SDK) that typically includes a compiler, interpreter, documentation generator and other tools used to produce a complete application.
Development time may be accelerated through the use of integrated development environments (IDE) – such as JBuilder, Netbeans, Eclipse or JCreator. IDEs facilitate the development of GUIs, which include buttons, text boxes, panels, frames, scrollbars and other objects via drag-and-drop and point-and-click actions.
Java programs are found in desktops, servers, mobile devices, smart cards and Blu-ray Discs (BD).
Share this:
Related Terms
• Java Virtual Machine (JVM)
• Java Development Kit (JDK)
• Java Applet
• Java Database Connectivity (JDBC)
• Java Bytecode
• Java Archive (JAR)
• Annotation
• Embedded Java
• Javadoc
• Java Authentication and Authorization Service (JAAS)
!
What Java means?
Java is a high-level programming language developed by Sun Microsystems. … Instead,Java programs are interpreted by the JavaVirtual Machine, or JVM, which runs on multiple platforms. This means all Javaprograms are multiplatform and can run on different platforms, including Macintosh, Windows, and Unix computers.
What are the basics of Java?
Java – Basic Syntax
• Object − Objects have states and behaviors. …
• Class − A class can be defined as a template/blueprint that describes the behavior/state that the object of its type supports.
• Methods − A method is basically a behavior. …
• Instance Variables − Each object has its unique set of instance variables.
What is the full form of Java?
Java does not have any full form, but a programming language originally developed by James Gosling at Sun Microsystems in 1995. It derives much of its syntax from the most popular programming languages of all time : C and C++. Today Java of Sun Microsystems is a subsidiary of Oracle Corporation.Mar 7, 2019
What is the full form of Java?
Java does not have any full form, but a programming language originally developed by James Gosling at Sun Microsystems in 1995. It derives much of its syntax from the most popular programming languages of all time : C and C++. Today Java of Sun Microsystems is a subsidiary of Oracle Corporation.Mar 7, 2019
Must read
Thanking you
Team ,
Tech jitendra .
