Java Methods Resources

Below you will find 0 categories and 23 links related to Java Methods Resources.

Links:

Java : Books

Enterprise Java Servlets

Visit Enterprise Java Servlets

Learn to design and build a base enterprise servlet. Create an architecture that makes your enterprise applications run faster and more reliably. Java servlets are rapidly replacing CGI as the tool of choice for creating interactive applications for the enterprise market. Using the Java programming language's servlet technology speeds up the application development process, freeing developers from the need to make platform specific modifications. Servlet technology is reliable, employs reusable components, and ensures high performance in the demanding enterprise and e-commerce markets. Enterprise Java Servlets anticipates common issues and provides new development methods, extensive sample code, and case studies. Topics include: HTML development in servlets; How templates assist in content management; Pool objects that streamline the use of objects and database connections in a Web environment; Integrating LDAP into a Java servlet application.

  • Cost: $39.99
  • Pages: 464
  • Edition: Book and CD-ROM edition
  • ISBN: 020170921X

Experiments in Java

Visit Experiments in Java

This lab manual is appropriate for any Introduction to Programming course that uses the Java programming language. Its hands on exercises are intended to help students improve their understanding of the fundamental structures in Java. The order of the topics in this manual reflects an objects-first approach with the goal of helping students understand the object-oriented paradigm. This manual is divided into three parts. The first part presents the core of the Java language. These six sessions provide experience with core features and principles of the Java programming language. They provide enough breadth and depth for readers to learn more of Java on their own or in later courses. The second part of the manual helps students explore issues pertaining to algorithms. Recursion is considered here, as well important searching algorithms. Finally, methods of algorithm analysis are examined and graphics, inheritance, and object design.

  • Cost: $2.97
  • Pages: 480
  • Edition: 1st edition
  • ISBN: 0201612674

Introduction to Java Programming

Visit Introduction to Java Programming

A textbook for a one semester freshman programming course. Liang (Purdue University) begins with basic concepts of programming, then focuses on object-oriented programming, and culminates in the development of GUI applications and applets with multimedia and networking. The book is similar to Introduction to Java programming, 2nd edition, but introduces Visual J++ throughout the book rather than in two chapters. The CD-ROM contains Visual J++ 6 student edition with the Swing library, and source code. Features comprehensive coverage providing principles of programming including control structures, methods, object-oriented programming, and the core features of Java. Hands-on representative examples give detailed step-by-step instruction for building a project including the source code, a sample run, and an example review. Brief overviews, objective lists, and easy-to-follow style of examples provide the reader with the elements to learn Java.

  • Cost: $80.00
  • Pages: 752
  • Edition: Book and CD-ROM edition
  • ISBN: 0130869120

Introduction to Java Programming

Visit Introduction to Java Programming

A first course textbook for Java students or professional with some programming experience, offering a step-by-step approach to the principles of Java programming. Using a step-by-step approach that fosters self-teaching for professionals studying for the SUN Java Certification Exam, this completely revised Fourth Edition of this widely used book provides an outstanding introduction to Java programming in four parts. This text lays a solid foundation with programming elements, control structures, and methods, and then moves on to object-oriented programming, graphical user interface, applets, internationalization, multimedia, I/O, and networking. This book clearly covers all of the required subjects in the Java Certification Exam. For beginning or experienced programmers who want a comprehensive introduction to Java programming with an expanded in-depth treatment of object-oriented programming.

  • Cost: $78.67
  • Pages: 992
  • Edition: 4th edition
  • ISBN: 0131002252

Introduction to Java Programming

Visit Introduction to Java Programming

This book covers the major topics in Java programming, including programming structures, methods, objects, classes, inheritance, graphics programming, applets, exception handling, internationalization, multithreading, multimedia, I/Q, and networking. Based completely on Java 2, the graphics' examples are built using Swing components, tested using Java 2 on Windows and on Sun Solaris using no depreciated API. The source code for all examples can be found on the companion CD-ROM, which also contains JBuilder 3 University Edition. The overall objective of this book is to teach the reader how to use many levels of abstraction to solve problems, both small and large. Teaches programming concepts and techniques as well as the Java language. Provides modern graphics programming using Swing components. Includes good representative examples that can run in stand-alone applications or applets and coverage of new JBuilder 3 features.

  • Cost: $74.00
  • Pages: 700
  • Edition: Book and CD-ROM edition
  • ISBN: 0130869112

Introduction to Java Programming

Visit Introduction to Java Programming

This text/CD-ROM package provides a foundation on programming concepts, statements, and methods and then introduces object oriented programming, GUIs, applets, internationalization, multithreading, multimedia, I/O, and networking. Suitable for both beginning and advanced students, the text covers all subjects required for the Level I Java Certification Exam. Use of Sun ONE Studio is woven throughout the book to facilitate developing and managing Java programs. Knowing that the best strategy for teaching Java is a step-by-step approach, Y. Daniel Liang has brilliantly written a text that first lays out a sound foundation on programming concepts, statements, and methods and then introduces object-oriented programming. Suitable for both beginning and advanced students, the book covers all the subjects required for the Level 1 Java Certification Exam, the exam initiated by a consortium of leading IT companies including Sun Microsystems and IBM.

  • Cost: $78.67
  • Pages: 1008
  • Edition: Book and CD-ROM edition
  • ISBN: 0130092584

Introduction to Java Programming

Visit Introduction to Java Programming

The new edition contains an expansion of the object-oriented programming chapters, a new chapter on Java collections framework, and now employs UML graphical notation. Liang (computer science, Armstrong Atlantic State U.) has designed the book for either two semester freshman programming courses or a one semester course for experienced programmers learning a second language. The chapters include representative examples for each concept, with source code, sample run, and an example review. This text covers all the material required on the Level 1 Java certification exam. A step-by-step approach first lays a sound foundation on programming elements, control statements, and methods; then introduces object-oriented programming; moves on to graphics programming; and concludes with advanced features that enable readers to develop comprehensive programs. Other topics include arrays, inheritance, and Swing graphics programming.

  • Cost: $78.70
  • Pages: 976
  • Edition: 2nd Book and CD-ROM edition
  • ISBN: 0130333646

Introduction with Java & Smalltalk

Visit Introduction with Java & Smalltalk

Didier Besset's Object-Oriented Implementation of Numerical Methods offers a wide-ranging set of objects for common numerical algorithms. Written for the math-literate Java and Smalltalk programmer, this volume demonstrates that both languages can be used to tackle common numerical calculations easily. This title bridges the gap between pure algorithms and object design. By tackling issues like class design, interfaces, and overcoming floating-point rounding errors in both Java and Smalltalk, the code can be used as-is or as a model for your own custom numerical classes. Topics covered include: Introduction to numerical methods and objects in Java and Smalltalk; Numerical precision and rounding errors; Comparing floating-point numbers; Functions in Smalltalk and Java; Evaluating polynomials; The error, gamma, and beta functions; Interpolation algorithms (Lagrange, Newton, Neville, Burlirsch-Stoer, and cubic spline interpolations); and more.

  • Cost: $60.95
  • Pages: 759
  • Edition: Book and CD-ROM edition
  • ISBN: 1558606793

Java 2 Beginner's Guide

Visit Java 2 Beginner's Guide

This easy to follow guide explains why and how to use Java, the preeminent language of the Internet, and covers core Java concepts, including the fundamentals of object-oriented programming (OOP), program control statements, arrays, strings, methods, classes, objects, and packages. You'll also get full details on exception handling, the I/O system, multithreaded programming, and creating Java applets. To speed your progress, the source code for all examples is available free online. Start programming in Java right away with this self-paced, step-by-step learning solution. This Beginner's Guide is Designed for Easy Learning: Modules, each programming concept is divided into logical modules (chapters), ideal for individualized learning. Annotated syntax, example code annotated with commentary that points to the particular technique illustrated. Projects, coding exercises contained in each module show how to apply what you are learning.

  • Cost: $29.99
  • Pages: 570
  • Edition: 1st edition
  • ISBN: 0072127422

Java Programming

Visit Java Programming

Java Programming: From the Beginning is an introductory textbook aimed at the traditional CSI course. It assumes no previous programming experience. Unlike many Java texts currently on the market, this book avoid trendiness for its own sake, instead focusing on teaching students programming skills on which they can build a career. The emphasis is on learning how to design, implement, and debug programs written in an object-oriented language. Topics include: Graphical user interfaces vs. text-based interfaces; General introduction to programming languages; Basic Java language features and syntax; Calculations; Constants; Methods; Console I/O; Computing averages; Syntax errors and debugging; Working with the Java String and StringBuffer classes; Basic control structures; Operator precedence; Loops and counting variables; Decoding social security numbers; Using Java arrays and the Vector class; Drawing basic shapes, colors, and text; and File I/O.

  • Cost: $73.85
  • Pages: 788
  • Edition: 1 edition
  • ISBN: 0393974375

Learning Wireless Java

Visit Learning Wireless Java

Learning Wireless Java is for Java developers who want to quickly come up to speed and create applications for the Micro Edition audience. This book covers the Connected, Limited Device Configuration and the Mobile Information Device Profile (MIDP), both currently available from Javasoft. The CLDC contains APIs for small devices that are constrained by both memory and processing power. MIDP builds on top of the CLDC and adds APIs specifically for devices such as mobile phones and pagers, allowing programmers to create MIDlet applications. This book offers a solid introduction to J2ME and MIDP, including an explanation of the J2ME Wireless Toolkit, the MIDlet lifecycle methods, the Java application manager, and the CLDC and MIDP constraints. In addition, we cover the javax.microedition.io, javax.microedition.rms, javax.microedition.lcdui, and javax.microedition.midlet classes, as well as the modified java.lang, java.io, and java.util classes.

  • Cost: $24.47
  • Pages: 300
  • Edition: 1st edition
  • ISBN: 0596002432

Objects First with Java

Visit Objects First with Java

BlueJ is a Java development environment that runs on top of the Sun Microsystems Java Development Kit making use of the standard compiler and virtual machine. It allows readers to create objects of any class and interact with their methods. For the first time, the traditionally difficult concepts of objects and classes are brought alive in an easily manipulable visual form. This truly "objects first" approach within the customized BlueJ environment will revolutionize the way programming is learned. The book includes a copy of BlueJ. Takes a project driven approach to problem solving, the book is structured along the lines of fundamental development tasks providing readers with clear coverage of the principles of object-oriented programming. Programmers and non programmers who want to learn Java with a state of the art approach and user-friendly programming environment.

  • Cost: $74.00
  • Pages: 400
  • Edition: Book and CD-ROM edition
  • ISBN: 0130449296
Java : Web Sites

Java Online Training

Visit Java Online Training

Choose from either Java 2 Programmer or Java 2 Enterprise deisgn. Topics covered include object orientation, the statements used to control program flow and exception handling, the classes and interfaces of the java.lang package and the java.util package, the development of Java-based GUI, and the methods and tools for performing sophisticated input and output operations. Aswell as enterprise software development and the J2EE model, data enabling and JDBC, enterprise communication and services, systems assurance, Web and application enabling.

  • Cost: $76.00
JavaScript : Books

Comprehensive JavaScript

Visit Comprehensive JavaScript

Teaches the necessary skills to create Web pages using the popular Web Scripting language, JavaScript. Topics include: Introduction to JavaScript; Variables, Functions, Objects, and Events; Data Types and Operators; Decision Making with Control Structures and Statements; Windows and Frames; Forms; Debugging JavaScript; Dynamic HTML and Animation; Cookies and Security; Server-Side JavaScript; Database Connectivity; Working with Java Applets and Embedded Data. This book is well written and Conforms to ECMAScript standards. It uses the latest versions of both Netscape and IE, No HTML pre-requisites, Covers both client-side and server-side JavaScript. The book also includes a comprehensive JavaScript reference in the appendix that could help programmers find information fast while designing javascript applications. Allows easy lookup of functions and methods that are commonly applied when writing scripts.

  • Cost: $56.95
  • Pages: 777
  • Edition: 2nd edition
  • ISBN: 0619063343

JavaScript Developer's Dictionary

Visit JavaScript Developer's Dictionary

JavaScript Developer's Dictionary covers all the essential functions, methods, and objects of JavaScript in an easy-to-find, logical order. JavaScript, and each different version of JavaScript, interacts very differently with each variety of Web browser, leaving Web developers scrambling to write code that will work in all the major browsers. JavaScript Developer's Dictionary brings all these variants into one volume, breaking down every object in the JavaScript language and how it applies to each browser. Wherever possible, the book also provides workarounds for earlier versions of JavaScript and for direct inconsistencies. The emphasis throughout this book is on compatibility across many versions of Netscape and Internet Explorer. Provides workarounds for earlier versions of JavaScript and for direct inconsistencies. Alexander James Vincent is a Web design expert based in Vallejo, CA. He was born and raised in Seattle, WA.

  • Cost: $34.99
  • Pages: 1200
  • Edition: 1st edition
  • ISBN: 0672322013

JavaScript Pocket Reference

Visit JavaScript Pocket Reference

JavaScript is a powerful, object-based scripting language that can be embedded directly in HTML pages. It allows you to create dynamic, interactive Web-based applications that run completely within a Web browser -- JavaScript is the language of choice for developing Dynamic HTML (DHTML) content. JavaScript can be integrated effectively with CGI and Java to produce sophisticated Web applications, although, in many cases, JavaScript eliminates the need for complex CGI scripts and Java applets altogether. The JavaScript Pocket Reference is a companion volume to JavaScript: The Definitive Guide, 3rd Edition. This small book, covering JavaScript 1.2, is a handy reference guide to this popular language for Web development. It provides a complete overview of the core JavaScript language and contains summaries of both core and client-side objects, methods, and properties. Packs together the syntax of the JavaScript scripting language.

  • Cost: $10.47
  • Pages: 136
  • Edition: 2nd edition
  • ISBN: 0596004117

JavaScript Programmer's Reference

Visit JavaScript Programmer's Reference

JavaScript Essentials and Conventions in One Handy Reference. Find just the right JavaScript information you need for the task at hand in this convenient resource and idea generator. JavaScript Programmer's Reference offers key details on and working examples of core JavaScript syntax, statements, control structures, functions, and objects. You'll also get specifics on implementing JavaScript across browsers and platforms. Throughout this concise reference, you'll find essential tips and expert programming advice--all in an easy-to-follow format. Quickly find core JavaScript language conventions, data types, variables, and operators. Get details on the basic objects and functions built into JavaScript. Implement JavaScript's client-side objects, methods, and properties in the browser. Enjoy the convenience of having one small desktop reference for JavaScript. Get essential programming information at your fingertips!

  • Cost: $13.99
  • Pages: 304
  • Edition: 1st edition
  • ISBN: 0072192968

Learn Advanced Javascript

Visit Learn Advanced Javascript

A more in-depth, advanced coverage of the JavaScript programming language. JavaScript is the adaptation of Java from Netscape with added client features making Web content easier to program. Topics include: Introduction to JavaScript; Essential authoring tools and text editors used to write your scripts; the basic JavaScript structure; the script tag; JavaScript and HTML; command blocks; defining and calling a function; placing scripts in documents; basic declarations and expressions; data types in JavaScript; the value null; Object-Based Programming; Objects, properties, methods, and using array notation; Utilizing JavaScript operators such as matematical operators, string operators, bitwise operators, assignment operators, relational operators, data type operators, void operator; Control Structures; functions and variable scope; events in javascript; building and extending objects; javascript arrays; array methods; time and date in JavaScript.

  • Cost: $20.00
  • Pages: 700
  • Edition: Book and CD-ROM edition
  • ISBN: 1556225520

More Jumping Javascript

Visit More Jumping Javascript

This sequel to the best-selling Jumping JavaScript, focuses on the new JavaScript 1.2 and 1.3 features. Together with the original Jumping JavaScript, you'll have a complete resource for Web authors and developers who want to add special effects to their sites with as little effort and complexity as possible. You'll find yourself accomplishing things you never expected, faster than you ever imagined! Discover practical techniques for layering and style sheets, applying CSS to content, using downloadable fonts, and more. Learn to use object signing to maximize script and applet security. Walk step-by-step through the new JavaScript event model; global properties, events, and methods. Master powerful new objects introduced in JavaScript 1.2, including layer, event, regular expression adn screen objects. Jumping JavaScript and More Jumping JavaScript bring together all the information and resources you need to write, debug, and deploy JavaScript.

  • Cost: $44.99
  • Pages: 512
  • Edition: Book and CD-ROM edition
  • ISBN: 0139228322

Nitty Gritty JavaScript 1.3

Visit Nitty Gritty JavaScript 1.3

Overview material, practical tips and tricks, and a reference section help get readers up and running in JavaScript programming. The overview section offers a crash course in HTML and covers basics of JavaScript, variables, functions, objects, forms with JavaScript, and Windows and frames. An alphabetical reference section gives essential information on objects, methods, and properties, top-level properties and functions, event handlers, and reserved words. A final section gives tips on cookies, scripts for menus, and HTML tags. Elmar Dellwig is an information technology tutor; Ingo Dellwig produces homepages for companies in a variety of industries. With this guide, you will get to know the key principles of JavaScript programming and be able to use the quick reference guide. Elmar Dellwig has been a computer enthusiast since the days of the C64 and is now an Information Technology tutor.

  • Cost: $29.99
  • Pages: 352
  • Edition: 1st edition
  • ISBN: 020175875X

Official Netscape Javascript Book

Visit Official Netscape Javascript Book

Official Netscape Javascript 1.2 Book: The Nonprogrammer's Guide to Creating Interactive Web Pages, Second Edition, by Peter Kent and John Kent and under the Netscape Press umbrella, offers fairly complete coverage of the JavaScript language. If you are already familiar with Java, you'll only have to bone up on the basic user interface functions (alert, prompt, confirm), the basic JavaScript objects, (window and document) and their methods, and a few new string-handling functions (dealing with generating HTML and specifying fonts). If you are starting from a background in C, however, you'll need to become familiar with the different syntax for I/O and string manipulation, the limited object hierarchy, and a different event handling (which will be found to be easier than C++ and much easier than the Windows SDK). Experienced programmers will be interested in the advanced features that this book covers.

  • Cost: $24.99
  • Pages: 480
  • Edition: 11th edition
  • ISBN: 1566044650
JavaScript : Scripts and Programs : Image Effects

Disabling MyImage Toolbar in IE6+

Visit Disabling MyImage Toolbar in IE6+

IE6+ incorporates a new feature called MyImage Toolbar, which, if enabled on Tools->Internet Options, provides the user with a popup menu over images that allows the user to instantly save, print, or email any image in a page. This technical note shows how to disable or enable this feature using one of two different methods. Helps stop image theft.

  • Cost: Free
JavaScript : Web Sites

My JavaScript Notepad

Visit My JavaScript Notepad

My JavaScript Notepad is a place where you will find a javascript reference, FAQ and general disscusion on other web related application development. The philosophy behind the site to to create a scrapbook of all different aspects of javascript and collection of clean and well practiced examples. There is also a newsgroup section to the site where you will find solutions and suggestions in response to posts people have made on the comp.lang.javascript newsgroup. The reference section has all Method, Objects, Properties and Events of the Document Object Model listed, for you to browse or search.

  • Cost: Free