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
AT指令收发短信,需要短信猫的支持 /// /// 针对国内短信编码(USC2) /// public class USC2 { public readonly static int MAX_CHAR_COUNT = 70;//最长可发送汉字个数 /**/ /// /// 奇偶互换并补F /// /// /// private static string ParityChange(string value) { string result = string.Empty; int l