"Java" generally refers to a combination of three things: the Java programming language (a high-level, object-oriented programming language); the Java Virtual Machine (a high-performance virtual machine that executes bytecodes on a specific computing platform, typically abbreviated JVM); and the Java platform, a JVM running compiled Java bytecodes, usually calling on a set of standard libraries such as those provided by Java Standard Edition (SE) or Enterprise Edition (EE). Though coupled by design, the language does not imply the JVM, and vice versa.
Tuesday, April 8, 2008
JAVA
Subscribe to:
Post Comments (Atom)
Archives
-
▼
2008
(23)
-
▼
April
(9)
- Is null a keyword?
- What's new with the stop(), suspend() and resume()...
- Can a lock be acquired on a class?
- What is synchronization and why is it important?
- How are Observer and Observable used?
- Why do threads block on I/O?
- which containers use a border Layout as their defa...
- what is a transient variable?
- JAVA
-
▼
April
(9)
No comments:
Post a Comment