Ebook, Lecture Notes & slides of Java, C / C++, .Net ( VB & C# ), HTML, PHP, ASP.NET.

Featured Post:

Slides (PPT) - Java Programming

Posted By Learn BookTure On 14:10 Comments

Slides ( PPT ) : Java Programming
Author : Professor Nevin L. Zhang
Year : 2004
No of Slides : 16 Slides ( PPT )

Java Programming SlidesDownload & Read Now

Introduction to Java Programming. Fundamentals include language syntax, object-oriented programming, inheritance, polymorphism, exception handling, multithreading. Standard libraries for input/output, graphics programming, built-in data structures. Application programming interface and foundation class library.

These slides has covered the following chapters :
  1. Java Basics 
  2. Classes & Objects 
  3. Inheritance
  4. Input/Output 
  5. Exceptions 
  6. Interface and inner classes 
  7. Graphics 
  8. Event Handling
  9. Swing 
  10. Applets 
  11. Multithreading 
  12. Networking 
  13. Servlet 
  14. Database Connectivitiy 
  15. Java Server Pages 
  16. Security

Lecture Notes - Java Notes & Basics

Posted By Learn BookTure On 13:47 Comments

Lecture Notes : Java Notes & Basics
Author : Fred Swartz
Year : 2007
No of Pages : 320 Pages (HTML)



Java NotesView & Read Now
Java BasicsView & Read Now

Java Notes. These Java programming notes are written to fill in missing or weak topics in textbooks that Fred Swartz has taught from. Many pages are useful for reference, but not as an ordered tutorial. Some pages are still rough drafts, but Fred Swartz slowly working on fixing them.

Java Basics. Fred Swartz has started writing a more coherent tutorial called Java Basics. In addition to lessons, there is also commentary which explains why things are done the way they are.

These notes has covered the following chapters :
  1.  Background of Java 
  2. Java Tools
  3. Deployment 
  4. Principles and practices 
  5. Summaries 
  6. Introductory Example Programs 
  7. Example GUI Programs 
  8. Language 
  9. Control Flow 
  10. Classes 
  11. IO 
  12. Algorithms 
  13. Other 
  14. Data 
  15. GUI 
  16. GUI - Appearance 
  17. GUI - Low level

Ebook - Beginning Java Programming for Dummies 2nd Edition (2005)

Posted By Learn BookTure On 13:03 Comments

Book : Beginning Java Programming for Dummies 2nd Edition
Author : Barry Burd
Publication : Wiley Publishing Inc
Year : 2005
No of Pages : 408 Pages (PDF)




Beginning Java Programming for Dummies 2nd Edition ( PDF )
Beginning Java Programming for Dummies 2nd Edition ( CHM )

Well, if you want to write computer programs, this book is for you. This book avoids the snobby “of-course-you-already-know” assumptions, and describes computer programming from scratch.

The book uses Java — an exciting, relatively new computer programming lan-guage. But Java’s subtities and eccentricities aren’t the book’s main focus.Instead, this book emphasizes a process — the process of creating instructions for a computer to follow. Many highfalutin’ books describe the mechanics of this process — the rules, the conventions, and the formalisms. But those other books aren’t written for real people. Those books don’t take you from where you are to where you want to be.

The chapters covered in this book as following:

Chapter 1: Getting Started
Chapter 2: Setting Up Your Computer
Chapter 3: Running Programs
Chapter 4: Exploring the Parts of a Program
Chapter 5: Composing a Program
Chapter 6: Using the Building Blocks:
Chapter 7: Numbers and Types
Chapter 8: Numbers? Who Needs Numbers?
Chapter 9: Forks in the Road
Chapter 10: Which Way Did He Go?
Chapter 11: How to Flick a Virtual Switch
Chapter 12: Around and Around It Goes
Chapter 13: Piles of Files: Dealing
Chapter 14: Creating Loops within Loops
Chapter 15: The Old Runaround
Chapter 16: Using Loops and Arrays
Chapter 17: Programming with Objects and Classes
Chapter 18: Using Methods and Variables from a Java Class
Chapter 19: Creating New Java Methods
Chapter 20: Oooey GUI Was a Worm
Chapter 21: Ten Sets of Web Links
Chapter 22: Ten Useful Classes in the Java API

Ebook - Introduction to Java Programming Comprehensive Version Download

Posted By Learn BookTure On 11:50 Comments

Book : Introduction to Java Programming Comprehensive Version
Author : Y. Daniel Liang
Publication : Prentice Hall
Year : 2007
No of Pages : 1657 Pages




Introduction to Java Programming Comprehensive Version

Fundamentals First introduces the fundamentals of programming, problem-solving, object-oriented programming, and GUI programming. This version is suitable for an introductory course on problem-solving and object-oriented programming.
The Comprehensive Version contains all the chapters in the fundamentals first version. Additionally, it covers data structures, networking, internationalization, advanced GUI programming, and Web programming

This edition substantially enhances Introduction to Java Programming, Fifth Edition. The chapters covered in this book as following:

  1. Part 1, "Fundamentals of Programming," is expanded into six chapters to focus on problem-solving and basic programming techniques with many new illustrations and practical examples, such as math tutor. New organization reinforces the teaching of fundamental problem-solving techniques.
  2. Part 2, "Object-Oriented Programming," is expanded into five chapters to give a comprehensive introduction on OOP and how to use it to design programs. New organization enhances the presentation of object-oriented programming and enables GUI programming to be covered earlier.
  3. Part 3, "GUI Programming," is expanded into five chapters to introduce GUI programming, graphics painting, event-driven programming, creating user interfaces, and applets.
  4. Part 4, "Exception Handling, I/O, and Recursion," contains a brand new chapter on recursion. New short and simple examples are used to introduce the concept of exception handling. Since the text I/O has moved to Chapter 8, "Strings and Text I/O," the I/O chapter covers only the binary I/O.
  5. Part 5, "Data Structures," is expanded to cover data structure design and implementation (array list, linked list, stack, queue, heap, priority queue, and binary tree), generics, Java Collections Framework, and algorithm efficiencies and sorting. 
  6. Part 6, "Concurrency, Networking, and Internationalization," is updated to cover Java 5 thread pooling, locks, and semaphores.
  7. Part 7, "Advanced GUI Programming," is expanded into five chapters with short, simple new examples to teach complex subjects. For example, a new example is used to demonstrate how to develop source components. The MVC architecture is introduced along with the Swing models.
  8. Part 8, "Web Programming," is expanded into five chapters. Advanced database programming is in a separate chapter and may be skipped. Several new examples are presented to introduce the JSP.