Sciweavers

117 search results - page 9 / 24
» C to Java Migration Experiences
Sort
View
SIGSOFT
2000
ACM
14 years 3 months ago
Designing robust Java programs with exceptions
Exception handling mechanisms are intended to help developers build robust systems. Although an exception handling mechanism provides a basis for structuring source code dealing w...
Martin P. Robillard, Gail C. Murphy
IEEECIT
2010
IEEE
13 years 9 months ago
Porting Mobile Web Application Engine to the Android Platform
Android which Google released as an open-source mobile phone operating system is a Linux-based platform; it consists of the operating system, middleware, and user interface and ap...
Yonghong Wu, Jianchao Luo, Lei Luo
SIGCSE
2000
ACM
120views Education» more  SIGCSE 2000»
14 years 3 months ago
Object-orientation in Java for scientific programmers
Scientific programmers have traditionally programmed in entirely sequential languages such as Fortran, C or Pascal and it could be argued that object-orientation is not a concept ...
Judith Bishop, Nigel Bishop
PLDI
2003
ACM
14 years 4 months ago
Ownership types for safe region-based memory management in real-time Java
The Real-Time Specification for Java (RTSJ) allows a program to create real-time threads with hard real-time constraints. Real-time threads use region-based memory management to ...
Chandrasekhar Boyapati, Alexandru Salcianu, Willia...
OOPSLA
2001
Springer
14 years 3 months ago
Points-To Analysis for Java using Annotated Constraints
The goal of points-to analysis for Java is to determine the set of objects pointed to by a reference variable or a reference object field. This information has a wide variety of ...
Atanas Rountev, Ana Milanova, Barbara G. Ryder