单选题 在 Flink 中,以下哪种数据结构用于表示流中的元素? ( )

A、 Tuple
B、 List
C、 Map
D、 Set
下载APP答题
由4l***nj提供 分享 举报 纠错

相关试题

单选题 在Scala中,如何导入一个包?( )

A、include
B、require
C、import
D、use

单选题 在Scala中,如何表示可选值?( )

A、Maybe
B、Option
C、Nullable
D、Either

单选题 Scala中为类定义构造函数使用的关键字是?( )

A、new
B、def
C、class
D、init

单选题 Scala中如何定义一个可变的集合?( )

A、List
B、Set
C、ArrayBuffer
D、Map

单选题 在Scala中,模式匹配使用哪个关键字?( )

A、case
B、match
C、if
D、switch

单选题 在Scala中,哪些数据结构是不可变的?( )

A、List 和 Set
B、Array 和 ArrayBuffer
C、StringBuilder 和 Buffer
D、以上都是

单选题 Scala中用于捕获异常的结构是?( )

A、try-catch
B、exception
C、error
D、catch-try

单选题 在Scala中,表示单例对象的关键字是?( )

A、class
B、object
C、trait
D、singleton