Sciweavers

832 search results - page 26 / 167
» Mutation of Java Objects
Sort
View
29
Voted
ACJ
2000
32views more  ACJ 2000»
15 years 17 days ago
Generator and Search Objects in Java
Lloyd Allison
36
Voted
DBSK
2002
46views more  DBSK 2002»
15 years 17 days ago
Java Data Objects
Heiko Bobzin
178
Voted
SOFTWARE
2011
14 years 7 months ago
Object-Oriented Parallelisation of Java Desktop Programs
Developing parallel applications is notoriously difficult, but is even more complex for desktop applications. The added difficulties are primarily because of their interactive nat...
Nasser Giacaman, Oliver Sinnen
150
Voted
PLDI
2012
ACM
13 years 3 months ago
Fully automatic and precise detection of thread safety violations
Concurrent, object-oriented programs often use thread-safe library classes. Existing techniques for testing a thread-safe class either rely on tests using the class, on formal spe...
Michael Pradel, Thomas R. Gross
ECOOP
2007
Springer
15 years 4 months ago
AS-GC: An Efficient Generational Garbage Collector for Java Application Servers
Abstract. A generational collection strategy utilizing a single nursery cannot efficiently manage objects in application servers due to variance in their lifespans. In this paper, ...
Feng Xian, Witawas Srisa-an, ChengHuan Jia, Hong J...