定义:用双引号(“”)括起来的0个或者多个字符组成的序列 存储:每个字符串尾自动加一个 ‘\0’ 作为字符串结束标志
它用于诸如字符串常量和类之类的对象。
具有相同值的字符串常量是由 VM 规范保证使用同一个实例的。
Strings constants with the same value are guaranteed by the VM specification to use the same instance.
对于Unicode数据库,您应使用主机变量来代替字符串常量。
For a Unicode database, you should use host variables instead of using string constants.
应用推荐