网页
图片
视频
学术
词典
地图
更多
航班
笔记本
java.lang.String
网络
类;字符串;限定名
网络释义
1.
类
它们还使用 Java 运行时类库中的
类
(比如
java.lang.String
),并且可以使用第三方库。这些类需要在它们的使用期间存储在内 …
www.webspherechina.net
|
基于50个网页
2.
字符串
常被用于
字符串
(
java.lang.String
),颜色,数这样状态从建构之后就一定不再改变的对象。由于其在建构后值不可被改变,因而 …
www.huomo.cn
|
基于21个网页
3.
限定名
在JVM和类文件名的内部,类型名一般都是完全
限定名
(
java.lang.String
)格式,在Java源文件里面,完全限定名必须加入包 …
blog.csdn.net
|
基于13个网页
4.
实例的
... 可序列化的( serializable)
java.lang.String
实例的
java.util.Set 出现: ...
docs.jboss.org
|
基于12个网页
5.
另一个是
Java... ... 类型和一个 String 类型,
另一个是
java.lang.String
清单 6 给出了我编写来处理这些模式的 javassist.Translator ...
www.ibm.com
|
基于5个网页
6.
类或接口
该属性保存JAVA对象的“知名的”
类或接口
(如,
java.lang.String
)的完整名字。它是个单值属性。
www.cnpaf.net
|
基于 1 个网页
更多释义
收起释义
例句
释义:
全部
全部
,
类
类
,
字符串
字符串
,
限定名
限定名
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
One
of
the
joys
of
working
with
Groovy
is
all of the
new
methods
that
it
adds
to
java
.
lang
.
String
.
使用
Groovy
的
乐趣
之一
就
在于
它
添加
到
java.lang.String
中
的
新
方法
。
www.ibm.com
2.
The
data
is
read
into
memory
in its
entirety
,
converted
to
a
java
.
lang
.
String
,
and
then
parsed
into
a
JSONArray.
数据
被
整体
读
到
内存
中
,
转换
成
一个
java.lang.String
,
然后
解析
成
JSONArray
。
www.ibm.com
3.
Click
name
(
java
.
lang
.
String
)
under
employee
and
drag
the
name
to
the
page
.
点击
employee
之下
的
name
(
java.lang.String
)
,
并
将
名字
拖拉
到
页面上
。
www.ibm.com
4.
This
demonstrates
that
with
the
enhanced
properties
,
a
value
can
contain
values
other
than
just of
type
java
.
lang
.
String
.
这
说明
使用
增强
属性
,
值
可以
是
除
java.lang.String
类型
以外
的
值
而
不仅
是
此
类型
的
值
。
www.ibm.com
5.
The
object
model
is
a
DOM
-
like
document
model
containing
un-typed
state
information
represented
as
java
.
lang
.
String
.
该
对象
模型
是
类似
于
DOM
的
文档
模型
,
其中包含
非
类型
化
的
状态
信息
,
表示
为
java
.
www.ibm.com
6.
In
the Component Action Bindings
window
,
select
save
(
java
.
lang
.
String
)
in
the source service
textbox
.
在
ComponentActionBindings
窗口
中
,
选择
sourceservice
文本框
里
的
save
(
java.lang.String
)
。
www.ibm.com
7.
Use
the
editor
to
define
the
status
parameter
(
which
is
of
type
java
.
lang
.
String
)
for findBackOrderItemsByStatus.
利用
这个
编辑器
定义
findBackOrderItemsByStatus
的
状态
参数
(
它
的
类型
属于
java.lang.String
)
。
www.ibm.com
8.
All
properties
are
of
type
java
.
lang
.
String
.
所有
属性
的
类型
都
为
java
.
www.ibm.com
9.
The
following
snippet
shows
a
JavaSignature
selecting
an
overload
of
the valueOf
method
on
java
.
lang
.
String
.
以下
代码
片段
显示
了
一个
JavaSignature
,
它
选择
java.lang.String
上
的
valueOf
方法
的
重载
。
www.ibm.com
10.
In
other
cases
,
you
might
want
to
use
java
.
lang
.
String
or
a
custom
class
written
just
for this purpose.
在
其他
情况
下
,
可能
需要
使用
java.lang.String
或者
专门
编写
的
定制
类
。
www.ibm.com
1
2