Sciweavers

12 search results - page 3 / 3
» Understanding Java Stack Inspection
Sort
View
SENSYS
2009
ACM
14 years 3 days ago
Darjeeling, a feature-rich VM for the resource poor
The programming and retasking of sensor nodes could benefit greatly from the use of a virtual machine (VM) since byte code is compact, can be loaded on demand, and interpreted on...
Niels Brouwers, Koen Langendoen, Peter Corke
SIGCSE
2008
ACM
150views Education» more  SIGCSE 2008»
13 years 5 months ago
Backstop: a tool for debugging runtime errors
The errors that Java programmers are likely to encounter can roughly be categorized into three groups: compile-time (semantic and syntactic), logical, and runtime (exceptions). Wh...
Christian Murphy, Eunhee Kim, Gail E. Kaiser, Adam...