Sciweavers

5343 search results - page 142 / 1069
» Keyword programming in java
Sort
View
ECOOP
2009
Springer
14 years 11 months ago
Loci: Simple Thread-Locality for Java
This paper presents a simple type system for thread-local data in Java. Classes and types are annotated to express thread-locality and unintended leaks are detected at compile-time...
Tobias Wrigstad, Filip Pizlo, Fadi Meawad, Lei Zha...
TOOLS
2000
IEEE
14 years 2 months ago
Java Multi-Method Framework
— In Java, method implementations are chosen at runtime by late-binding with respect to the runtime class of just the receiver argument. However, in order to simplify many progra...
Rémi Forax, Étienne Duris, Gilles Ro...
SIGCSE
1999
ACM
119views Education» more  SIGCSE 1999»
14 years 2 months ago
Computer science and general education: Java, graphics, and the Web
We describe a Computer Science General Education course offered at Hope College. This course stressesproblem-solving. It uses traditional concepts of programming, but does it with...
Gordon Stegink, Jon Pater, Daron Vroon II
IPPS
1999
IEEE
14 years 2 months ago
Ubiquitous Message Passing Interface Implementation in Java: jmpi
jmpi is a 100% Java-based implementation of the Message-Passing Interface (MPI-1) standard. jmpi comes with an efficient and effective MPI implementation in Java and supports a us...
Kivanc Dincer
DAGSTUHL
1998
13 years 11 months ago
Two Ways to Bake Your Pizza - Translating Parameterised Types into Java
We have identified in previous work two translations for parametrically typed extensions of Java. The homogeneous translation maps type variables to a uniform representation, while...
Martin Odersky, Enno Runne, Philip Wadler