字符数据类型 « 数据类型 « Java 教程

En
Java 教程
1. 语言基础
2. 数据类型
3. 操作符
4. 流程控制
5. 类定义
6. 开发相关
7. 反射
8. 正则表达式
9. 集合
10. 线
11. 文件
12. 泛型
13. 本土化
14. Swing
15. Swing事件
16. 二维图形
17. SWT
18. SWT 二维图形
19. 网络
20. 数据库
21. Hibernate
22. JPA
23. JSP
24. JSTL
25. Servlet
26. Web服务SOA
27. EJB3
28. Spring
29. PDF
30. 电子邮件
31. 基于J2ME
32. J2EE应用
33. XML
34. 设计模式
35. 日志
36. 安全
37. Apache工具
38. 蚂蚁编译
39. JUnit单元测试
Java
Java 教程 » 数据类型 » 字符数据类型 
2. 7. 字符数据类型
2. 7. 1. Java char: char is 16 bit type and used to represent Unicode characters. Range of char is 0 to 65,536.
2. 7. 2. 转义序列字符
2. 7. 3. 存储字符
2. 7. 4. 赋值整数到字符变量
2. 7. 5. 字符变量像整数
2. 7. 6. 显示打印字符
2. 7. 7. 字符:大写
2. 7. 8. 字符:小写
2. 7. 9. isDigit(): true if the argument is a digit (0 to 9), and false otherwise.
2. 7. 10. 验证是否字符串只包含数字
2. 7. 11. isLetter(): true if the argument is a letter, and false otherwise.
2. 7. 12. 统计字母字符串
2. 7. 13. isLetterOrDigit(): true if the argument is a letter or a digit, and false otherwise.
2. 7. 14. 空字符
2. 7. 15. Is character a digit, letter, white space, lower case or upper case character
2. 7. 16. 转换字符到数字与Character.digit
2. 7. 17. 几个Is...方法演示
2. 7. 18. 从ASCII码转换为string
2. 7. 19. 从整数转换为ASCII码(字节)
2. 7. 20. 从字符串要提取的ASCII码
2. 7. 21. 复制字符数组字符串
2. 7. 22. 存储Unicode字符变量
2. 7. 23. 确定一个字符的Unicode块
2. 7. 24. 加一,字符变量
2. 7. 25. 转换字符串到字符数组
2. 7. 26. 比较两个Java字符数组
2. 7. 27. 最高和最低值的字符数据类型
2. 7. 28. 确定是否字符串是合法的Java标识符
2. 7. 29. 比较两个字符对象
www.java2java.com | Contact Us
Copyright 2010 - 2030 Java Source and Support. All rights reserved.
All other trademarks are property of their respective owners.