Skip to content

Java Programming for Engineers

Java Programming for Engineers Paperback / softback - 2002 - 1st Edition

by Julio Sanchez

  • New
  • Paperback

Description

Paperback / softback. New. Presents an overview of Java programming as it is applied in the engineering field. This book emphasizes Java as a problem-solving tool and reduces theoretical computer science topics to their practical and hands-on components.
New
NZ$237.48
NZ$20.87 Shipping to USA
Standard delivery: 14 to 21 days
More Shipping Options
Ships from The Saint Bookstore (Merseyside, United Kingdom)

About The Saint Bookstore Merseyside, United Kingdom

Biblio member since 2018
Seller rating: This seller has earned a 5 of 5 Stars rating from Biblio customers.

The Saint Bookstore specialises in hard to find titles & also offers delivery worldwide for reasonable rates.

Terms of Sale: Refunds or Returns: A full refund of the price paid will be given if returned within 30 days in undamaged condition. If the product is faulty, we may send a replacement.

Browse books from The Saint Bookstore

Details

  • Title Java Programming for Engineers
  • Author Julio Sanchez
  • Binding Paperback / softback
  • Edition number 1st
  • Edition 1
  • Condition New
  • Pages 360
  • Volumes 1
  • Language ENG
  • Publisher CRC Press
  • Date 2002-06-20
  • Illustrated Yes
  • Features Illustrated
  • Bookseller's Inventory # A9780849308109
  • ISBN 9780849308109 / 0849308100
  • Weight 1.1 lbs (0.50 kg)
  • Dimensions 9.22 x 6.12 x 0.74 in (23.42 x 15.54 x 1.88 cm)
  • Library of Congress subjects Java (Computer program language), Mechanical engineering - Data processing
  • Library of Congress Catalog Number 2002025924
  • Dewey Decimal Code 005.13

From the publisher

While teaching Java programming at Minnesota State University, the authors noticed that engineering students were enrolling in Java programming courses in order to obtain basic programming skills, but there were no Java books suitable for courses intended for engineers. They realized the need for a comprehensive Java programming tutorial that offers basic programming skills that can be applied in the field of engineering. With this in mind, the authors developed Java Programming for Engineers in order to meet the needs of both engineers and engineering students.

The text uses the personal computer as a development platform and assumes no prior programming experience or knowledge. The only skills expected of the reader are basic keyboarding and user-level familiarity with the PC. Topics covered range from mathematical expressions to linear systems to engineering graphics. Chapters on problem solving skills and the designing of engineering applications walk readers through real word problems they might encounter.

Divided into two parts, Part 1 is a description of the Java language, of the fundamentals of object orientation, input and output operations, and error handling. Part 2 is about Java programming for engineers. It starts with computer number systems, fixed- and variable-precision numeric data, mathematical programming in Java as could be of interest to engineers, and concludes with an overview of Java Graphics.

First line

Java is a programming language similar to C and C++.