Sciweavers

598 search results - page 35 / 120
» A dynamic birthmark for java
Sort
View
TOOLS
2000
IEEE
13 years 11 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...
OOPSLA
1999
Springer
13 years 11 months ago
Removing Unnecessary Synchronization in Java
Java programs perform many synchronization operations on data structures. Some of these synchronizations are unnecessary; in particular, if an object is reachable only by a single ...
Jeff Bogda, Urs Hölzle
CCS
1998
ACM
13 years 11 months ago
A Specification of Java Loading and Bytecode Verification
This paper gives a mathematical specification the Java Virtual Machine (JVM) bytecode verifier. The specification is an axiomatic description of the verifier that makes precise su...
Allen Goldberg
ICDE
1999
IEEE
103views Database» more  ICDE 1999»
14 years 8 months ago
Using Java and CORBA for Implementing Internet Databases
We describe an architecture called WebFINDIT that allows dynamic couplings of Web accessible databases based on tlleir content and interest. We propose an implementation using WWW...
Athman Bouguettaya, Boualem Benatallah, Mourad Ouz...
SOCO
2009
Springer
14 years 1 months ago
Lazy Composition of Representations in Java
Abstract. The separation of concerns has been a core idiom of software engineering for decades. In general, software can be decomposed properly only according to a single concern, ...
Rémi Douence, Xavier Lorca, Nicolas Loriant