Results 171 to 180 of about 74,137 (194)
Some of the next articles are maybe not open access.

Java, Java, Java

IEEE Potentials, 1998
Everyone is talking about Java. The driving force for this chatter is Java's simplicity and potential power. Java is programming language, and a language for the intranet and the World Wide Web (WWW). Java is a Write On one platform and Run on Many platforms (WORM) language. For network-friendly, platform-independent applications, Java (originally Oak)
openaire   +2 more sources

A study of Java's non-Java memory

Proceedings of the ACM international conference on Object oriented programming systems languages and applications, 2010
A Java application sometimes raises an out-of-memory ex-ception. This is usually because it has exhausted the Java heap. However, a Java application can raise an out-of-memory exception when it exhausts the memory used by Java that is not in the Java heap. We call this area non-Java memory. For example, an out-of-memory exception in the non-Java memory
Kazunori Ogata   +4 more
openaire   +3 more sources

K-Java

ACM SIGPLAN Notices, 2015
This paper presents K-Java, a complete executable formal semantics of Java 1.4. K-Java was extensively tested with a test suite developed alongside the project, following the Test Driven Development methodology. In order to maintain clarity while handling the great size of Java, the semantics was split into two separate definitions -- a static ...
Denis Bogdanas, Grigore Rosu
openaire   +2 more sources

@Java: Bringing a richer annotation model to Java

Computer Languages, Systems & Structures, 2014
Abstract The ability to annotate code and, in general, the capability to attach arbitrary meta-data to portions of a program are features that have become more and more common in programming languages. Annotations in Java make it possible to attach custom, structured meta-data to declarations of classes, fields and methods.
W. Cazzola, VACCHI, EDOARDO
openaire   +3 more sources

A dualthreaded Java processor for Java multithreading

Proceedings 1998 International Conference on Parallel and Distributed Systems (Cat. No.98TB100250), 2002
The Java-Web computing paradigm has changed the Internet into a computing environment. For Java-Web computing and many Java applications, a new Java processor called simultaneous multithreaded (SMT) JavaChip, is proposed to enhance the performance of previous Java processors by hardware support of Java multithreading.
Shin-Dug Kim, Chun-Mok Chung
openaire   +2 more sources

Java RMI and Java Beans

1999
The Java1 language introduces new mechanisms allowing many ways to implement distributed objects. These new technologies run over the Internet and more generally over TCP/IP networks. They form a new generation of middleware tools which it is important to study.
openaire   +2 more sources

Dataflow Java: implicitly parallel Java

Proceedings 5th Australasian Computer Architecture Conference. ACAC 2000 (Cat. No.PR00512), 2002
Dataflow computation models enable simpler and more efficient management of the memory hierarchy-a key barrier to the performance of many parallel programs. This paper describes a dataflow language based on Java. Use of the dataflow model enables a programmer to generate parallel programs without explicit directions for message passing, work allocation
G. Lee, J. Morris
openaire   +2 more sources

The Java Language

1997
The Java programming language is similar to the C++ language - but with some interesting differences. If you are a C++ expert you will be able to zip through this chapter quite fast - chapter 15 deals specifically with the differences between the two languages.
openaire   +2 more sources

Scripting in Java

2014
Typically, unlike in a compiled programming language, the source code (called a script) in a scripting language is not compiled, but is interpreted at runtime. However, scripts written in some scripting languages may be compiled into Java bytecode that can be run by the JVM.
openaire   +2 more sources

Home - About - Disclaimer - Privacy