Export Citations
From the Publisher:
Java Gently for Engineers and Scientists aims to introduce programming through examples of problems that engineers and scientists may encounter. Some of these are numerical in nature, while others are concerned with handling data derived from a wide variety of sources. The whole of the Java language is covered, and the standard of programming is based firmly in the style of object-oriented, well-structured, readable, maintainable and visually attractive programs.
Cited By
- Schmolitzky A Teaching inheritance concepts with Java Proceedings of the 4th international symposium on Principles and practice of programming in Java, (203-207)
- Schmolitzky A "Objects first, interfaces next" or interfaces before inheritance Companion to the 19th annual ACM SIGPLAN conference on Object-oriented programming systems, languages, and applications, (64-67)
- Bishop J and Bishop N Object-orientation in Java for scientific programmers Proceedings of the thirty-first SIGCSE technical symposium on Computer science education, (357-361)
- Bishop J and Bishop N (2000). Object-orientation in Java for scientific programmers, ACM SIGCSE Bulletin, 32:1, (357-361), Online publication date: 1-Mar-2000.
Recommendations
CS1 using Java language features gently
ITiCSE '99: Proceedings of the 4th annual SIGCSE/SIGCUE ITiCSE conference on Innovation and technology in computer science educationTeaching a new programming language in CS1 requires the instructor to make several important decisions regarding sequencing of topics. In teaching Java, the basic decisions center around how to perform input and output, when to teach the AWT (Abstract ...