Sciweavers

1407 search results - page 3 / 282
» The Use of Overloading in Java Programs
Sort
View
SCAM
2008
IEEE
13 years 11 months ago
An Empirical Study of Function Overloading in C++
The usefulness and usability of programming tools (for example, languages, libraries, and frameworks) may greatly impact programmer productivity and software quality. Ideally, the...
Cheng Wang, Daqing Hou
SIGCSE
2009
ACM
137views Education» more  SIGCSE 2009»
14 years 5 months ago
The hidden injuries of overloading 'ADT'
commonly stated definition of abstract data type (ADT) is that it is a domain of values and the operations over that domain. So, for example, a language's built-in types, lik...
Duane Buck, David J. Stucki
JAVA
2000
Springer
13 years 8 months ago
Generating Java trace data
We describe a system for gathering and analyzing Java trace data. The system provides relatively complete data collection from large Java systems. It also provides a variety of di...
Steven P. Reiss, Manos Renieris
CSMR
2002
IEEE
13 years 10 months ago
C to Java Migration Experiences
With the growing popularity of the Java programming language for both client and server side applications in network-centric computing, there is a rising need for programming libr...
Johannes Martin, Hausi A. Müller
JAVA
1999
Springer
13 years 9 months ago
Analysis and Development of Java Grande Benchmarks
Understanding the performance behaviour of Java Virtual Machines is important to Java systems developers and to applications developers. We review a range of Java benchmark progra...
J. A. Mathew, Paul D. Coddington, Kenneth A. Hawic...