Portal:Java
The Java Portal
Selected article
Virtual machine
A virtual machine (VM) is a software implementation of a machine (i.e. a computer) that executes programs like a physical machine. A virtual machine was originally defined by Popek and Goldberg as "an efficient, isolated duplicate of a real machine". Current use includes virtual machines which have no direct correspondence to any real hardware.
Virtual machines are separated into two major categories, based on their use and degree of correspondence to any real machine. A system virtual machine provides a complete system platform which supports the execution of a complete operating system (OS). In contrast, a process virtual machine is designed to run a single program, which means that it supports a single process. An essential characteristic of a virtual machine is that the software running inside is limited to the resources and abstractions provided by the virtual machine—it cannot break out of its virtual world.
Process virtual machines
A process VM, sometimes called an application virtual machine, runs as a normal application inside an OS and supports a single process. It is created when that process is started and destroyed when it exits. Its purpose is to provide a platform-independent programming environment that abstracts away details of the underlying hardware or operating system, and allows a program to execute in the same way on any platform.
A process VM provides a high-level abstraction — that of a high-level programming language (compared to the low-level ISA abstraction of the system VM). Process VMs are implemented using an interpreter; performance comparable to compiled programming languages is achieved by the use of just-in-time compilation.
This type of VM has become popular with the Java programming language, which is implemented using the Java virtual machine. Another example is the .NET Framework, which runs on a VM called the Common Language Runtime.
A special case of process VMs are systems that abstract over the communication mechanisms of a (potentially heterogeneous) computer cluster. Such a VM does not consist of a single process, but one process per physical machine in the cluster. They are designed to ease the task of programming parallel applications by letting the programmer focus on algorithms rather than the communication mechanisms provided by the interconnect and the OS. They do not hide the fact that communication takes place, and as such do not attempt to present the cluster as a single parallel machine.
Unlike other process VMs, these systems do not provide a specific programming language, but are embedded in an existing language; typically such a system provides bindings for several languages (e.g., C and FORTRAN). Examples are PVM (Parallel Virtual Machine) and MPI (Message Passing Interface). They are not strictly virtual machines, as the applications running on top still have access to all OS services, and are therefore not confined to the system model provided by the "VM".
System virtual machines
System virtual machines (sometimes called hardware virtual machines) allow the sharing of the underlying physical machine resources between different virtual machines, each running its own operating system. The software layer providing the virtualization is called a virtual machine monitor or hypervisor. A hypervisor can run on bare hardware (Type 1 or native VM) or on top of an operating system (Type 2 or hosted VM).
The main advantages of system VMs are:
multiple OS environments can co-exist on the same computer, in strong isolation from each other the virtual machine can provide an instruction set architecture (ISA) that is somewhat different from that of the real machine application provisioning, maintenance, high availability and disaster recovery
The main disadvantage of system VMs is:
a virtual machine is less efficient than a real machine because it accesses the hardware indirectly Multiple VMs each running their own operating system (called guest operating system) are frequently used in server consolidation, where different services that used to run on individual machines in order to avoid interference are instead run in separate VMs on the same physical machine. This use is frequently called quality-of-service isolation (QoS isolation).
The desire to run multiple operating systems was the original motivation for virtual machines, as it allowed time-sharing a single computer between several single-tasking OSes. This technique requires a process to share the CPU resources between guest operating systems and memory virtualization to share the memory on the host.
The guest OSes do not have to be all the same, making it possible to run different OSes on the same computer (e.g., Microsoft Windows and Linux, or older versions of an OS in order to support software that has not yet been ported to the latest version). The use of virtual machines to support different guest OSes is becoming popular in embedded systems; a typical use is to support a real-time operating system at the same time as a high-level OS such as Linux or Windows.
Another use is to sandbox an OS that is not trusted, possibly because it is a system under development. Virtual machines have other advantages for OS development, including better debugging access and faster reboots.
Alternate techniques such as Solaris Zones provides a level of isolation within a single operating system. This does not have isolation as complete as a VM. A kernel exploit in a system with multiple zones will affect all zones. Achieving the same goal in a virtual machine implementation would require exploiting a weakness in the hypervisor. A hypervisor typically has a smaller "attack surface" than a complete operating system, making this more challenging. Further, a kernel exploit in a VM guest would not affect other VMs on the host, just as a successful intrusion into one zone would not necessarily affect other zones. Zones are not virtual machines, but an example of "operating-system virtualization". This includes other "virtual environments" (also called "virtual servers") such as Virtuozzo, FreeBSD Jails, Linux-VServer, chroot jail, and OpenVZ. These provide some form of encapsulation of processes within an operating system. These technologies have the advantages of being more resource-efficient than full virtualization and having better observability into multiple guests simultaneously; the disadvantage is that, generally, they can only run a single operating system and a single version/patch level of that operating system - so, for example, they cannot be used to run two applications, one of which only supports a newer OS version and the other only supporting an older OS version on the same hardware. However, Sun Microsystems has enhanced Solaris Zones to allow some zones to behave like Solaris 8 or Solaris 9 systems by adding a system call translator.
Selected picture
Here is a screen capture of a Java applet to view Mandelbrot sets.
![]()
Selected biography
| Vinod Khosla | |
|---|---|
| Born | January 28, 1955 Pune, India |
| Occupation | Venture capitalist |
| Net worth | |
| Spouse(s) | Neeru |
| Children | Nina, Anu, Vani and Neal |
Vinod Khosla (born January 28, 1955 in Pune, India is an Indian-American venture capitalist. He is an influential personality in Silicon Valley. He was one of the co-founders of Sun Microsystems and became first CEO & Chairman of Sun Microsystems and then became a general partner of the venture capital firm Kleiner, Perkins, Caufield & Byers in 1986. In 2004 Khosla formed his own firm, Khosla Ventures.
Sun Microsystems
After graduating from Stanford University in 1980, Khosla along with his Stanford fellows Scott McNealy, Andy Bechtolsheim, and a UC Berkeley masters degree holder named Bill Joy founded Sun Microsystems. He became first CEO and Chairman of Sun Microsystems from 1982 to 1984. Khosla left Sun in 1985. He then joined the venture capital firm Kleiner Perkins Caufield & Byers in 1986 as a general partner. Khosla is also one of the founders of TiE, The Indus Entrepreneurs, and has guest-edited a special issue of Economic Times (ET), a leading business newspaper in India.
Did you know...
- ... that both the Mozilla Firefox and Microsoft Internet Explorer browser designs are descended from the Mosaic web browser?
- ... that Netscape was the first web browser to support Java, other than Java's own HotJava Browser?
- ... that Java SE 6 is code-named Mustang?
- ... that Java Runtime Environment is found on over 700 million PCs?
- ... that in 2008 Hewlett-Packard created a prototype of the theoretical fourth and last passive circuit element, the memristor (first devised in 1971), that may one day revolutionize electronics?
Quiz
1. Who said: "There's only one trick in software, and that is using a piece of software that's already been written."?
2. When was Java first released?
3. Why is JavaScript thus named if it is essentially unrelated to Java?
4. Which was Java's original name: Green, Oak, Stealth, C++ ++ --, firstperson, Duke or Coffee?
5. True or False: An Interface can never be private or protected?
- Answer (External link)
Lists
- List of Blu-ray disc replicating machines manufacturers
- List of DVD recordable manufacturers
- List of Blu-ray Disc recordable manufacturers
Articles
- Most Recent:
From bot (AlexNewArtBot):
(These articles are the ones recently identified as possibly Java-related but yet unconfirmed) This list was generated from these rules. Questions and feedback are always welcome! The search is being run daily with the most recent ~14 days of results. Note: Some articles may not be relevant to this project.
New feature: 'tools' link - searches for Wikidata item in other languages; provides Authority control searches.
Rules | Match log | Results page (for watching) | Last updated: 2015-07-12 19:51 (UTC)
- Chuck Norris: Bring on the Pain (edit | talk | history | links | watch | logs | tools) by Cgbuff (talk · contribs · new pages (1)) started on 2015-07-12, score: 16
- Freelab Messenger (edit | talk | history | links | watch | logs | tools) by Lebrunxavier (talk · contribs · new pages (1)) started on 2015-07-09, score: 21
- ContentBox Modular CMS (edit | talk | history | links | watch | logs | tools) by Lmajano (talk · contribs · new pages (1)) started on 2015-07-09, score: 30
- My Lands (edit | talk | history | links | watch | logs | tools) by Holdentot999 (talk · contribs · new pages (1)) started on 2015-07-08, score: 15
- GridGain Systems (edit | talk | history | links | watch | logs | tools) by Wavecenter (talk · contribs · new pages (1)) started on 2015-07-08, score: 30
- Apache Flink (edit | talk | history | links | watch | logs | tools) by Sulfurboy (talk · contribs · new pages (224)) started on 2015-07-06, score: 41
- Java.applet (edit | talk | history | links | watch | logs | tools) by NeonMerlin (talk · contribs · new pages (7)) started on 2015-07-03, score: 20
- FBReader (edit | talk | history | links | watch | logs | tools) by Xb2u7Zjzc32 (talk · contribs · new pages (3)) started on 2015-06-28, score: 30
- All:
-
- Main outline: Outline of computer science
-
-
Java platforms Oracle technologies Platform technologies Major third-party technologies History Major programming languages Java conferences
-
Related portals
News
Hi everybody! We just opened the WikiProject Java (and portal). Enjoy!
Java: (bot)
Science:
- March 12: U.S. Secret Service conducts drone exercise
- February 14: University of Utah study finds suicide may be linked to air pollution
- February 1: Fire ravages large academic library in Moscow
- January 31: Rare megamouth shark found dead in Pio Duran, Philippines
- January 30: Scientists find ancient solar system in Milky Way galaxy
- January 11: SpaceX launches fifth resupply rocket to International Space Station
- January 10: Researchers say light signal from space suggests merging black holes
- December 8: Orion Spacecraft accomplishes first spaceflight test
- November 20: FAA: Metroplex NextGen project in place in north Texas
- November 13: Philae space probe lands on comet
Selected sound
Created to imitate a buzzer into a microphone and then taking a 0.05 second clip and repeating it over and over with Java so it actually sounds like a buzzer.
Selected video
Learn about some of the new and cool features in JDK 7 with Danny Coward, Chief Architect for Client Software at Sun Microsystems:
Featured Articles
Featured Articles
Good Articles
Ongoing nominations
- Don't hesitate to participate in ongoing Java-related featured article or good article nominations!
Categories
* Java applets
* Java is also part of the wider categories Computing and Computer Science.
Books
When
Java timeline
| versions |
|---|
|
↓α
↓ß
↓first
↓second
↓third
↓fourth
↓fifth
↓sixth
↓seventh
│
1992
│
1996
│
2000
│
2004
│
2008
│
2012
|
- 1992: Java 0 (Oak)
- 1995: Java 1.0
- 1997: Java 1.1
- 1998: Java 1.2
- 2000: Java 1.3
- 2002: Java 1.4
- 2004: Java 5
- 2006: Java 6
- 2011: Java 7
Where
WikiProjects
Things you can do
- Create more article subpages
- possible topics: Java (programming_language), Java EE, etc.
- Create more biography subpages
- possible names: Erich Gamma, Michael Kölling, Todd Greanier, etc.
- Create more quote subpages
- Create more sound subpages
- Create more video subpages
Selected quote
| “ | During my service in the United States Congress, I took the initiative in creating the Internet. | ” |
Index of Java articles
Associated Wikimedia
- What are portals?
- List of portals
- Featured portals