99re热视频这里只精品,久久久天堂国产精品女人,国产av一区二区三区,久久久精品成人免费看片,99久久精品免费看国产一区二区三区

Java 官方文檔

Resource

Online

  • Java教程
  • Java教程官方網(wǎng)站(英文)

Related

  • Eclipse教程
  • HBuilder 使用教程
  • JDBC 指南
  • JSP教程
  • Spring 教程

Basics

Setup

Syntax

Number

Number Class

  • Java Number類(lèi)

Number methods

  • abs()
  • acos()
  • asin()
  • atan()
  • atan2()
  • ceil()
  • compareTo()
  • cos()
  • equals()
  • exp()
  • floor()
  • log()
  • max()
  • min()
  • parseInt()
  • pow()
  • random()
  • rint()
  • round()
  • sin()
  • sqrt()
  • tan()
  • toDegrees()
  • toRadians()
  • toString()
  • valueOf()
  • xxxValue()

Character

Character Class

  • Java Character類(lèi)

Character methods

  • isDigit()
  • isLetter()
  • isLowerCase()
  • isUpperCase()
  • isWhitespace()
  • toLowerCase()
  • toUpperCase()

String

String Class

  • Java String類(lèi)

String methods

  • int indexOf(int ch, int fromIndex) 方法
  • int indexOf(int ch) 方法
  • int indexOf(String str, int fromIndex) 方法
  • int indexOf(String str) 方法
  • int lastIndexOf(int ch, int fromIndex) 方法
  • int lastIndexOf(int ch) 方法
  • int lastIndexOf(String str, int fromIndex) 方法
  • int lastIndexOf(String str) 方法
  • Java charAt() 方法
  • Java compareTo() 方法
  • Java compareToIgnoreCase() 方法
  • Java concat() 方法
  • Java contentEquals() 方法
  • Java endsWith() 方法
  • Java equals() 方法
  • Java equalsIgnoreCase() 方法
  • Java getBytes() 方法
  • Java getChars() 方法
  • Java hashCode() 方法
  • Java int length() 方法
  • Java matches() 方法
  • Java regionMatches() 方法
  • Java replace() 方法
  • Java replaceAll() 方法
  • Java replaceFirst() 方法
  • Java split() 方法
  • Java startsWith() 方法
  • Java subSequence() 方法
  • Java substring() 方法
  • Java toCharArray() 方法
  • Java toLowerCase() 方法
  • Java toString() 方法
  • Java toUpperCase() 方法
  • Java trim() 方法
  • Java valueOf() 方法
  • static String copyValueOf(char[] data, int offset, int count) 方法
  • static String copyValueOf(char[] data) 方法
  • String intern()

Basic Classes

Basic Classes

  • Java 數(shù)組
  • Java 日期時(shí)間
  • Java 正則表達(dá)式
  • Java 流(Stream)、文件(File)和IO

Data Structures

Data structures

  • Java Bitset類(lèi)
  • Java Dictionary 類(lèi)
  • Java Enumeration接口
  • Java Hashtable 接口
  • Java Properties 接口
  • Java Stack 類(lèi)
  • Java Vector 類(lèi)

Collection

  • Java Collection 集合接口
  • Java List 接口
  • Java Map 接口
  • Java Map.Entry 接口
  • Java Set 接口
  • Java SortedSet 接口
  • SortedMap

Object Oriented

Object Oriented Topic

  • Java 包(package)
  • Java 多態(tài)
  • Java 封裝
  • Java 抽象類(lèi)
  • Java 接口
  • Java 繼承
  • Java 重寫(xiě)(Override)

Advanced

Advanced Topic

  • Java 發(fā)送郵件
  • Java 多線(xiàn)程編程
  • Java 序列化
  • Java 文檔注釋
  • Java 泛型
  • Java 網(wǎng)絡(luò)編程