| |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
-> Java知识库 -> java知识点——Boolean(双语) -> 正文阅读 |
|
[Java知识库]java知识点——Boolean(双语) |
In Java, the word true is a Boolean literal. 在Java中,true这个词是一个布尔字面值。 You can't?cast a Boolean value to an int, or an int to Boolean. 不能将布尔值转换为int,也不能将int转换为布尔值。 The relational?operator can be used to compare two values. 关系运算符可用于比较两个值。 The not equal comparison operator in Java is !=. Java中的不相等比较运算符是!=。 Including a space between the relational operators >=, <=, ==, and != causes a syntax error. 在关系操作符>=、<=、==和!=之间包含空格会导致语法错误。
Both Code1 and Code 2 are correct,but Code 2 is better. 代码1和代码2都是正确的,但是代码2更好。 A break statement isn't required for a switch-case statement in Java. 在Java中,切换语句不需要break语句。 The default case may?be specified in a switch statement. 默认情况可以在switch语句中指定。 In a switch statement, the default case must appear last among all cases. Otherwise, it would result in a compilation error.(false) 在switch语句中,default情况必须在所有情况中出现在最后。否则,将导致编译错误。(错的) The switch control variable can't be double. 开关控制变量不能是double值。 You can't convert an if statement to a switch statement. 不能将if语句转换为switch语句。 You can always convert a switch statement to an equivalent if statement. 你总是可以将switch语句转换成等价的if语句。 The conditional operator ? : is a ternary operator. 条件运算符?:是一个三元运算符。 The binary operator + is left-associative. 二元运算符+是左结合的。 The assignment operator = is right-associative. 赋值操作符=是右结合的。 |
|
|
上一篇文章 下一篇文章 查看所有文章 |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 | -2024/11/24 9:14:14- |
|
网站联系: qq:121756557 email:121756557@qq.com IT数码 |