Latest Books :
Recent Books
Showing posts with label Java Programming. Show all posts
Showing posts with label Java Programming. Show all posts

Beginning Programming with Java 3rd edition by Barry Burd



Java is a popular language for beginning programmers, and earlier editions of this fun and friendly guide have helped thousands get started. Now fully revised to cover recent updates for Java 7.0, Beginning Programming with Java For Dummies, 3rd Edition is certain to put more first-time programmers and Java beginners on the road to Java mastery.


Beginning Programming with Java For Dummies, 3rd Edition offers an easy-to-understand introduction to programming through the popular, versatile Java 7.0 language. 

 


How to Download ... ? 
{[['']]}

Head First Servlets and JSP, 2nd Edition



Looking to study up for the new J2EE 1.5 Sun Certified Web Component Developer (SCWCD) exam?

This book will get you way up to speed on the technology you'll know it so well, in fact, that you can pass the brand new J2EE 1.5 exam. If that's what you want to do, that is. Maybe you don't care about the exam, but need to use servlets and JSPs in your next project. You're working on a deadline. You're over the legal limit for caffeine. You can't waste your time with a book that makes sense only AFTER you're an expert (or worse, one that puts you to sleep).

Learn how to write servlets and JSPs, what makes a web container tick (and what ticks it off), how to use JSP's Expression Language (EL for short), and how to write deployment descriptors for your web applications. Master the c:out tag, and get a handle on exactly what's changed since the older J2EE 1.4 exam. You don't just pass the new J2EE 1.5 SCWCD exam, you'll understand this stuff and put it to work immediately.

 

Download
 
How to Download ... ? 

{[['']]}

Java How to program Deitel & Deitel - 9th Edition

 
Welcome to Java : the world’s most widely used computer programming language. You’re already familiar with the powerful tasks computers perform. Using this textbook, you’ll write instructions commanding computers to perform those kinds of tasks. 
{[['']]}

Java How to Program 4th Edition

 

The Java language facilitates a disciplined approach to computer program design. We now
introduce Java programming and present examples that illustrate several important features of Java. 
{[['']]}

BEGINNING JAVA SCRIPT By: PAUL WILTON

 

 BEGINNING JAVA SCRIPT By: PAUL WILTON


What is this book about?
JavaScript is the language of the Web. Used for programming all major browsers, JavaScript gives you the ability to enhance your web site by creating interactive, dynamic, and personalized pages. Our focus in this book is on client-side scripting, but JavaScript is also hugely popular as a scripting language in server-side environments, a subject that we cover in later chapters.
What does this book cover?
Beginning JavaScript assumes no prior knowledge of programming languages, but will teach you all the fundamental concepts that you need as you progress. After covering the core JavaScript language, you'll move on to learn about more advanced techniques, including Dynamic HTML, using cookies, debugging techniques, and server-side scripting with ASP. By the end of this book, you will have mastered the art of using JavaScript to create dynamic and professional-looking web pages.
Here are a few of the things you'll learn in this book:
  • Fundamental programming concepts
  • Comprehensive practical tutorial in JavaScript
  • Cross-browser scripting, including Netscape 6
  • Cookie creation and use
  • Plug-ins and ActiveX controls
  • Dynamic HTML
  • Scripting the W3C DOM
  • Server-side JavaScript with ASP
Who is this book for?
This book is for anyone who wants to learn JavaScript. You will need a very basic knowledge of HTML, but no prior programming experience is necessary. Whether you want to pick up some programming skills, or want to find out how to transfer your existing programming knowledge to the Web, then this book is for you. All you need is a text editor (like Notepad) and a browser, and you're ready to go!
 

{[['']]}

EFFECTIVE JAVA By: JOSHUA BLOCH

 

 EFFECTIVE JAVA By: JOSHUA BLOCH

 
Are you looking for a deeper understanding of the Java™ programming language so that you can write code that is clearer, more correct, more robust, and more reusable? Look no further! Effective Java™, Second Edition, brings together seventy-eight indispensable programmer’s rules of thumb: working, best-practice solutions for the programming challenges you encounter every day.

This highly anticipated new edition of the classic, Jolt Award-winning work has been thoroughly updated to cover Java SE 5 and Java SE 6 features introduced since the first edition. Bloch explores new design patterns and language idioms, showing you how to make the most of features ranging from generics to enums, annotations to autoboxing.

Each chapter in the book consists of several “items” presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and outstanding code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why.

Highlights include:
  • New coverage of generics, enums, annotations, autoboxing, the for-each loop, varargs, concurrency utilities, and much more
  • Updated techniques and best practices on classic topics, including objects, classes, libraries, methods, and serialization
  • How to avoid the traps and pitfalls of commonly misunderstood subtleties of the language
  • Focus on the language and its most fundamental libraries: java.lang, java.util, and, to a lesser extent, java.util.concurrent and java.io
Simply put, Effective Java™, Second Edition, presents the most practical, authoritative guidelines available for writing efficient, well-designed programs.
 
{[['']]}

THE COMPLETE REFERENCE By: HERBERT SCHILDT

 

 THE COMPLETE REFERENCE By: HERBERT SCHILDT


The Definitive Guide for Java Programmers
In this comprehensive resource, top-selling programming author Herbert Schildt shows you everything you need to develop, compile, debug, and run Java programs. This expert guide has been updated for Java Platform Standard Edition 6 (Java SE 6) and offers complete coverage of the Java language, its syntax, keywords, and fundamental programming principles.

You'll also find information on Java's key API libraries, learn to create applets and servlets, and use JavaBeans. Herb has even included expanded coverage of Swing--the toolkit that defines the look and feel of the modern Java GUI. Essential for every Java programmer, this lasting resource features the clear, crisp, uncompromising style that has made Herb the choice of millions of programmers worldwide. Coverage includes:
  • Data types and operators
  • Control statements
  • Classes and objects
  • Constructors and methods
  • Interfaces and packages
  • Method overloading and overriding
  • Inheritance
  • Exception handling
  • Generics
  • Autoboxing
  • Enumerations
  • Annotations
  • The enhanced for loop
  • Varargs (variable-length arguments)
  • Multithreading
  • The I/O classes
  • Networking
  • The Collections Framework
  • Applets and servlets
  • AWT and layout managers
  • JavaBeans
  • Swing
  • The Concurrent API
  • Much, much more

About the Author

Herbert Schildt is a leading authority on Java, C, C++, and C#. His programming books have sold more than 3.5 million copies worldwide and have been translated into all major foreign languages. Herb is the author of numerous bestsellers, including The Art of Java, Java: A Beginner's Guide, Swing: A Beginner's Guide, and many others.
{[['']]}

PROGRAMMING WITH JAVA By: E. BALAGURUSAMY

 

 PROGRAMMING WITH JAVA By: E. BALAGURUSAMY


Java is yet another computer language but with a difference. It is the only language that is purely object-oriented. It is a secure language, making it well-suited for Internet programming. One of the important reasons for Java'ssuccess, apart from its object-orientation, is the amazing functionality it adds to the World Wide Web. 

This book by Balagurusamy, comprehensively covers all aspects of Java language. Beginning with an introduction to the language and its relationship with the Internet and World Wide Web, it explores Java's object¬ oriented features, and then moves on to discuss advanced topics that are unique to Java. The concept of learning by example has been stressed throughout the book.

{[['']]}

JAVA PROGRAMMING ON LINUX By: NATHAN MEYERS

 

JAVA PROGRAMMING ON LINUX By: NATHAN MEYERS 


Java Programming on Linux is a detailed how-to book on using Java on a Linux operating system. Topics include installing and enabling a Java runtime environment under Linux, Java development in Linux, running Java applications and applets under Linux, using Java with Linux-based Web servers, using Sun Components JCE and JAI in Linux, using Sun Environments Personal Java, Embedded Java, and Jini in Linux, and using JNI to Link Java and Native Capabilities.

Table of Contents
 I A Brief Introduction to Java
 II A Brief Introduction to Linux
 III Setting Up for Java Development and Deployment on Linux
 IV The Blackdown Port: A Sun Java SDK for Linux
 V Tools in the Blackdown JSDK
 VI Additional Java Runtime Environments
 VII Additional Java Runtime Components
 VIII Compilers and Debuggers
 IX IDEs, GUI Builders, and RAD Tools
 X Miscellaneous Development Tools
 XI Java Application Distribution
 XII Linux Platform Issues
 XIII Java Performance
 XIV Java and Linux on Servers
 XV Appendixes
Appendix A - Index of Tools and Programs
Appendix B - Miscellaneous Program Listings
Appendix C - Important Information Resources
Appendix D - Tools Not Covered

From the Back Cover

Java Programming on Linux is a detailed how-to book on using Java on a Linux operating system. Topics include installing and enabling a Java runtime environment under Linux, Java development in Linux, running Java applications and applets under Linux, using Java with Linux-based Web servers, using Sun Components JCE and JAI in Linux, using Sun Environments Personal Java, Embedded Java, and Jini in Linux, and using JNI to Link Java and Native Capabilities.
 
 
{[['']]}

Modular Java - Creating Flexible Applications with OSGi and Spring

 

Modular Java - Creating Flexible Applications with OSGi and Spring


Book Description

Attack complexity in your Java applications using Modular Java. This pragmatic guide introduces you to OSGi and Spring Dynamic Modules, two of the most compelling frameworks for Java modularization. Driven by real-world examples, this book will equip you with the know-how you need to develop Java applications that are composed of smaller, loosely coupled, highly cohesive modules.
 
{[['']]}

Groovy Recipes - Greasing the Wheels of Java

 

Groovy Recipes - Greasing the Wheels of Java

Book Description

If you're a busy Java professional who needs quick solutions to everyday problems, then Groovy Recipes is for you. The Groovy language and Grails web framework give you seamless integration with your legacy Java code while adding the flexibility and dynamism of a scripting language and giving you modern, agile, time-saving techniques. Groovy allows you to write code the way you always thought you should - you'll never look at Java the same way again.
 
{[['']]}

Sams Teach Yourself Java in 24 Hours, 6th Edition

 

 Sams Teach Yourself Java in 24 Hours, 6th Edition
  Covering Java 7 and Android

Book Description

In just 24 lessons of one hour or less, you can learn how to create Java applications with the free NetBeans visual editing tools.

Using a straightforward, step-by-step approach, popular author Rogers Cadenced helps you master the skills and technology you need to create desktop and web programs, web services, and even an Android app in Java.

Each lesson builds on what you've already learned, giving you a rock-solid foundation for real-world success.

{[['']]}

Java EE 6 Pocket Guide

 

Java EE 6 Pocket Guide
 A Quick Reference for Simplified Enterprise Java Development

Book Description

This handy guide provides an overview of Java Enterprise Edition 6's main technologies and includes extensive, easy-to-understand code samples that demonstrate the platform's many improvements. You'll quickly understand how Java EE 6 simplifies the process of developing and deploying web and enterprise applications.
 
{[['']]}

Pro Java ME Apps

 

Pro Java ME Apps

Book Description

Pro Java ME Apps gives you, the developer, the know-how required for writing sophisticated Java ME applications and for taking advantage of this huge potential market. Java ME is the largest mobile software platform in the world, supported by over 80% of all phones. You'll cover what Java ME is and how it compares to other mobile software platforms, how to properly design and structure Java ME applications, how to think like an experienced Java ME developer, what common problems and pitfalls you may run into, how to optimize your code, and many other key topics.

Unlike other Java ME books out there, which only teach the reader the basics of Java ME by way of a few simple examples, this book presents a broader, eagle-eye picture of a complete Java ME application and what writing one involves. From there, the book presents, explains, and helps you to implement all the essential aspects of Java ME development, from the user interface to client-server communication. As this unfolds, the decisions and reasoning behind the code are also presented.
 
{[['']]}

The Well-Grounded Java Developer

 

The Well-Grounded Java Developer


Book Description

The Well-Grounded Java Developer starts with thorough coverage of Java 7 features like try-with-resources and NIO.2. You'll then explore a cross-section of emerging JVM-based languages, including Groovy, Scala, and Clojure. You will find clear examples that are practical and that help you dig into dozens of valuable development techniques showcasing modern approaches to the dev process, concurrency, performance, and much more.

Written for readers familiar with Java. No experience with Java 7 or new JVM languages required.
 
{[['']]}

Follow on Dailymotion

Like Free Books Inventory

Popular BOOKS

 
Support : Free Books Inventory
Copyright 2013. Free Books Inventory - All Rights Reserved
Template Created by : Ch. Kashif Nadeem - 03006986459