分类: SUN

SUN

  • JavaScript 2.0:The Complete Reference, Second Edition(CHM)

    JavaScript 2.0:The Complete Reference, Second Edition(CHM)
    本書目錄:

    JavaScript 2.0—The Complete Reference, Second Edition  
    Part I – Introduction
    Chapter 1 – Introduction to JavaScript
    Chapter 2 – JavaScript Core Features—Overview
    Part II – Core Language
    Chapter 3 – Data Types and Variables
    Chapter 4 – Operators, Expressions, and Statements

    (更多…)

  • 《Think In Java,CHM》(中文版)

    《Think In Java,CHM》(中文版)

      本書贏得了全球程式師的廣泛讚譽,即使是最晦澀的概念,在BruceEckel的文字親和力和小而直接的程式設計示例面前也會化解於無形。從Java的基礎語法到最高級特性(深入的物件導向概念、多執行緒。自動專案構建。單元測試和調試等),本書能逐步指導你輕鬆掌握。

    (更多…)

  • JAVA基礎知識精華總結

    JAVA基礎 知識精華總結

    1 JAVA SE
    1.1 深入JAVA API
    1.1.1  Lang包
    1.1.1.1 String類和StringBuffer類

    位於java.lang包中,這個包中的類使用時不用導入

    String類一旦初始化就不可以改變,而stringbuffer則可以。它用於封裝內容可變的字串。它可以使用tostring()轉換成string字串。

    String x=”a”+4+”c”編譯時等效於String x=new StringBuffer().append(“a”).append(4).append(“c”).toString();

    字串常量是一種特殊的匿名物件,String s1=”hello”;String s2=”hello”;則s1==s2;因為他們指向同一個匿名對象。

    如果String s1=new String(“hello”);String s2=new String(“hello”);則s1!=s2;

     JAVA基礎 知識精華總結.rar (411.22 KB)

  • 《SCJA Java 2 Certification Training Guide》 電子書分享

    Java 2 Certification Training Guide (SCJA 310-019 )

    java 2.jpg

    One of the best ways for a Java programmer to stand out from the crowd is to become a Sun Certified Java Programmer, Developer, or Architect. This book helps Java developers prepare for all three certification exams. One of the strengths of this book is that it is extremely focused–it doesn’t contain extraneous information, a history of Java, or background on related technologies. This book gives readers exactly what they need to pass the exams. This book also contains a uniques test engine (written in Java by the author) to help readers assess their skills and become confident with the structure of the exams. 

    Download Now!  SCJA Java 2 Certification Training Guide

  • SCJP Java中文官方教程 電子書分享

    本書的主要目標是為你提供有關 Java 應用和Java applets 的物件導向的程式設計所必需的知識和技能;並講授Java 程式設計語言句法和物件導向的概念,以及Java 運行環境的許多特性, 對圖形化使用者介面(GUIs)、多執行緒和網路的支援等。本課程包括了參加SUN Certified Java Programmer(310-065)和SUN Certified Java Developer(310-083)考試所必備的知識。

    點擊下載:  SCJP Java中文官方教程(PDF)

  • SCJD 參考書籍 電子書分享

    昇陽認證 Java 開發人員 (Sun Certified Developer for Java, SCJD) 是 Java 認證體系中的中階級專業認證,與平台認證系不同的是,SCJD 重視的不是平台技術,而是使用 Java 開發應用程式的能力,也就是考驗考生的獨立開發能力,通常拿到此認證的人,都被視為已經具有完全應用 Java 開發應用程式的獨立作業能力,而這通常也是大多數使用 Java 作為開發應用程式平台主要工具的企業所需要的人才。為了要驗證 Java 開發人員的獨立作業能力,因此 SCJD 的考試方法和多數認證截然不同。

    1. SCJD 認證簡介
    2. SCJD Study Guide
    3. Complete Study Guide

    電子書下載:SCJD 參考書籍

  • 《SCJP 6.0學習指南》英文版 Sun Certified Programmer for Java 6.0 Study Guide

    SCJP Study Guide - Sun Certified Programmer for Java 6.0.jpg 

    The Best Fully Integrated Study System Available–Written by the Lead Developers of Exam 310-065

    With hundreds of practice questions and hands-on exercises, SCJP Sun Certified Programmer for Java 6 Study Guide covers what you need to know–and shows you how to prepare–for this challenging exam.

    100% complete coverage of all official objectives for exam 310-065

    Exam Objective Highlights in every chapter point out certification objectives to ensure you’re focused on passing the exam
    Exam Watch sections in every chapter highlight key exam topics covered
    Simulated exam questions match the format, tone, topics, and difficulty of the real exam

    Exam 310-065 Sun Certified Programmer for the Java 2 Platform. SE6.0

    Covers all SCJP exam topics, including:
    Declarations and Access Control · Object Orientation · Assignments · Operators · Flow Control, Exceptions, and Assertions · Strings, I/O, Formatting, and Parsing · Generics and Collections · Inner Classes · Threads · Development….

    電子書下載:  《SCJP 6.0學習指南》英文版

    注意*此資源由網友上傳分享,不可用商業用途於僅限於個人學習試用,下載24小時後自行刪除,繼續使用請購買正版!

  • 《Java物件導向程式設計與SCJP認證明解》 電子書分享

     Java物件導向程式設計與SCJP認證明解.jpg
    Java廣泛的應用範圍與跨平台的特性,專為Java程式開發人員而設置的認證測驗 SCJP,更已成為最受程式設計人員歡迎的認證之一。書中結合Java程式語言概念,物件導向開發實務與SCJP認證命題,必能成為有志成為Java程式開發人員及考取SCJP認證者最佳指引!

    電子書下載: 《Java物件導向程式設計與SCJP認證明解》