1001-Windows XP的硬体需求为何 1002-NTFS 与 FAT32 格式的选择 1003-查 Windows XP 是否已产品启动 1004-在安装 Win XP 後安装 Windows 2000 1005-安装 Windows XP 1006-移除 Windows XP 1007-从 FAT32 转换 NTSF 格式 1008-从 NTFS 转换 FAT32 格式 1009-更换 Windows XP 的序列号 1010-那些 Windows 版能够升级成 Windows XP
JAVA试题(100道) —————————————————————————————————————— 题目1: 下面不属于基本类型的是:c (选择1项) A) boolean B) long C) String D) byte 题目2:d 如下程序中: (1)public class CharToInt (2){ (3) public static void main(String[] args) (4) { (5) int a,b=10; (6) char c='语'; (7) a=b+c