Sciweavers

5343 search results - page 3 / 1069
» Keyword programming in java
Sort
View
ACMMSP
2006
ACM
278views Hardware» more  ACMMSP 2006»
14 years 4 hour ago
Atomicity via source-to-source translation
We present an implementation and evaluation of atomicity (also known as software transactions) for a dialect of Java. Our implementation is fundamentally different from prior work...
Benjamin Hindman, Dan Grossman
PPPJ
2003
ACM
13 years 11 months ago
A new approach for implementing stand-alone and Web-based interpreters for Java
Compared to imperative programming languages like Pascal or Basic, or functional programming languages like ML or Haskell learning Java is hampered by the fact that to get even th...
Stephan Diehl, Claudia Bieg
SIGCSE
2008
ACM
146views Education» more  SIGCSE 2008»
13 years 6 months ago
Bantam: a customizable, java-based, classroom compiler
This paper introduces the Bantam Java compiler project, a new language and compiler designed specifically for the classroom. Bantam Java, the source programming language, is a sma...
Marc L. Corliss, E. Christopher Lewis
PLDI
2006
ACM
13 years 12 months ago
Effective static race detection for Java
We present a novel technique for static race detection in Java programs, comprised of a series of stages that employ a combination of static analyses to successively reduce the pa...
Mayur Naik, Alex Aiken, John Whaley
SIGCSE
2005
ACM
102views Education» more  SIGCSE 2005»
13 years 11 months ago
Interpreting Java program runtimes
Many instructors use program runtimes to illustrate and reinforce algorithm complexity concepts. Hardware, operating system and compilers have historically influenced runtime resu...
Stuart A. Hansen