Have one to sell? Sell yours here
The Visual Basic Programmer's Guide to Java: Your Professional Toolkit for Object-Oriented Programming
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

The Visual Basic Programmer's Guide to Java: Your Professional Toolkit for Object-Oriented Programming [Paperback]

James W. Cooper (Author)
4.2 out of 5 stars  See all reviews (5 customer reviews)


Available from these sellers.


Formats

Amazon Price New from Used from
Paperback, Illustrated $39.95  
Paperback, December 20, 1996 --  

Book Description

December 20, 1996
Is the first book on Java targeted to VB programmers. Explains how to write networked Java applications. Shows how to extend Visual Basic code onto the Internet. Requires no experience with C, C++ or Object-Oriented programming. Draws analogies between Java and VB.

Editorial Reviews

Amazon.com Review

Programmers who already know C++ may be able to pick up Java speedily, since the two languages share many features. But for those weaned on other popular languages, particularly BASIC and Visual Basic, the transition to Java can be a lot more difficult. The Visual Basic Programmer's Guide to Java teaches Java from the perspective of an experienced VB programmer, noting important differences in syntax between the two languages, introducing the principles of object-oriented programming, and explaining Java's AWT (abstract windowing toolkit) components.

About the Author

Data Not Found --This text refers to an alternate Paperback edition.

Product Details

  • Paperback: 600 pages
  • Publisher: Ventana Pr (December 20, 1996)
  • Language: English
  • ISBN-10: 1566045274
  • ISBN-13: 978-1566045278
  • Product Dimensions: 9.2 x 7.5 x 1.5 inches
  • Shipping Weight: 2.3 pounds
  • Average Customer Review: 4.2 out of 5 stars  See all reviews (5 customer reviews)
  • Amazon Best Sellers Rank: #4,507,732 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

5 Reviews
5 star:
 (4)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
4.2 out of 5 stars (5 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

24 of 24 people found the following review helpful:
1.0 out of 5 stars What kind of a scam are they running here?, July 3, 2000
As a proficient VB/COM developer, I thought this might be a good book to begin learning Java with. Be warned: It is not! It was written over 4 years ago and it completely out of date. The text makes constant references to the accompanying CD, which does not exist. The book honestly looks like a poor quality photocopy. It is clear that this was writen in 1996 and republished in January 1999 with nary a change in content. The book only goes to VB4, which is long gone. Want to learn Java? Buy Beginning Java 2 by Ivor Horton. I am sending this book back.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


14 of 15 people found the following review helpful:
5.0 out of 5 stars Thorough guide to jump from VB to Java., July 1, 1998
By A Customer
This review is from: The Visual Basic Programmer's Guide to Java: Your Professional Toolkit for Object-Oriented Programming (Paperback)
Recommendation
VB pros - Strong Buy.
Delphi pros - Buy.
C++ pros - Don't Buy.

Pros
Author makes language approachable by writing VB code next to Java code. Learning by example snippets makes Java seem easier than it is. This teaching method gives the reader the bonus of a boatload of code samples to play with, all on a CD. These CDs are nice, but I remain unconvinced that a CD justifies the skyscraper prices computer publishers demand.

Cons
Biggest letdown was absence of database material. JDBC came on the scene about the time the book did so perhaps that explains the omission. JDBC or not, the author should have said something about databases. Also, the Internet received too little attention. I was surprised since the Internet was touted by Sun as the language's primary justification (read cross-platform compatibility) after marketing the benefits of a language for toasters and refrigerators warmed programmers hearts like watching a flawless sprinkler system hose your workstation during a supposed fire drill.

Review Abstract
The chapters are organized well and short (<20 pages each). This isn't Moby Dick so biting off small bites and taking time to digest is part of good geek mores. You actually learn to think of VB in an abstract manner - more mores.

Chapter Review Details
1. "What is Java?" A quick and dirty overview of Java. Could have used a fun in the Sun anecdote or three.
2. "Installing & Using Java" Missing any mention of Visual Cafe or Microsoft J++. Perhaps I'm a bit tough here, but author burst out of the gate without even checking on Symantec and Microsoft.
3. "Syntax of the Java Language" Didn't hurt much.
4. "Object-Oriented Programming" Best lesson for Vbers who like pick-it-up-during-lunch training methods.
5. "Using Classes in Java Programming" Whoever gave them the name "class" must enjoy the bewildering look on people. It makes more sense to stick ! with the term "object." It confuses me. I think schedule every time I see "class" instead of methods to accomplish something like returning the number of characters in a string using int len = abc.length();.
6. "Inheritance" Actually a good moniker. Properties and methods are passed on to your version when you base it on a previous object. It's the same as placing a textbox on a form. You have access to the height property even though you didn't write the code for it. Java folk say you inherited the height property.
7. "Java Visual Controls" Just what the chapter title means. About the only chapter that needed more material and examples.
8. "Writing a Simple Visual Application in Java" This is where the book would start to change if the author does another version. This chapter simply needs to include a real tool like Visual Cafe or Microsoft J++.
9. "Layout Managers" Too much said here. VB does it better and, amazingly, Microsoft marketing machine doesn't even demand credit for it.
10. "Using Graphics Methods" I don't know how to draw on paper much less on screen so no opinion here.
11. "Writing a Program With Two Windows" Excellent chapter with a misleading title. Should have gone with Communication between Windows.
12. "Files & Exceptions" Another strong chapter that would have been a good transition into databases.
13. "Using Threads in Java" Best theoretical chapter in the book. I didn't get it all so I'll have to reread it a few times.
14. "Images in Java Applets & Applications" Necessary evil for artistically challenged like myself.
15. "Menus & Dialogs" Nuff said.
16. "Classes & Binary Files in Java" Should have come after chapter 12.
17. "Keyboard Input in Java" Makes me appreciate VB.
18. "Using the Mouse in Java" Makes me like VB even more.
19. "Building Custom Contro! ls" Somewhat tough. I would usually surf far and wide for one someone else's hack before taking the time to do anything complicated.
20. "Using Packages" A way of grouping classes. I never heard of it before.
21. "Building Web Pages" No Java, just plain HTML.
22. "Applets & Web Pages" Late, but finally!
23. "Interacting With Web Page Forms" Really fun section.
24. "What is JavaScript?" Author gets points for due diligence.
25. "Using Sockets in Java" Most powerful chapter. You can get dangerous here.
26. "Math Classes & Matrices" A small chapter that was still appreciated. It would have been easy to add some statistic examples on CD like standard deviation and average of arrays.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars One element of migration strategy for VB to Java programmer, March 23, 2002
By 
K. Ambrose (San Francisco, CA United States) - See all my reviews
(REAL NAME)   
As a long time VB and ASP programmer, retraining for Java or C# is a mind-boggler. After taking a class on OO Analysis and Design, I can now make sense out of the paradigm of OO, and appreciate it's benefits. But the paradigm shift is so great, that one probably needs more than the syntax training and introductory level OO concepts presented in this book to be successfull with OO. However this is not the author's fault. If you already grasp OO concepts, this book provides superb examples of how to move from procedural syntax and program structures to use inheritance,polymorphism, and encapsulation as provided by Java.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews



Only search this product's reviews



Inside This Book (learn more)
Browse and search another edition of this book.
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
layout managers, using sockets, binary files, using graphics methods, frame label, flow layout, private int xpos, public boolean action, public void println, reshape method, public final static int, private int width, null layout, paint routine, public void paint, inito method, compute button, public void draw, public void inito, bad url, paint method, rectangle class, static public void, square class, clipping rectangle
Key Phrases - Capitalized Phrases (CAPs): (learn more)
The Visual Basic Programmer's Guide, Using Threads, Using the Mouse, Building Custom Controls, Simple Visual Application, Object-Oriented Programming, Syntax of the Java Language, Keyboard Input, Interacting With Web Page Forms, Java Visual Controls, Method Description, End Sub, Math Classes, Using Packages, Program With Two Windows, Mon Jul, Button Compute, Button Quit, World Wide Web, Netscape Navigator, Button Draw, Pro Graphics Suite, Checkbox Male, Java Virtual Machine, Our Swim Team
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
Going from Java to VB.NET 0 Dec 5, 2007
See all discussions...  
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Discussion Replies Latest Post
Why are people here so scientifically illiterate 6944 3 minutes ago
Science facts and Science Theories 35 5 minutes ago
Penetration of Linux in Scientific Computing 10 16 minutes ago
Is Space Something? Is Time Something? Or are they Nothing? When Did Space First Begun? When Did Time First Begin? 308 26 minutes ago
Global warming is nothing but a hoax and a scare tactic 8464 1 hour ago
What does the master equation referred to in Brian Cox's "Why does E= mc^2" tell us about dimensionality? 2 1 hour ago
On the Predictive Value of Theory of Evolution Versus the Theory of God-Did-It 65 2 hours ago
Creationists are trying to rewrite the Laws of Thermodynamics! 855 2 hours ago
Search Customer Discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject