当前位置:网站首页>scala basics
scala basics
2022-08-10 15:21:00 【S_ng】
1、基本语法
o 区分大小写
o 类名:首字母要大写,如 class HelloWorld{},class
Person{},class Student{},也称大驼峰
o 方法名称:首字母小写,从第 2 个单词开启的首字段大写,如
def toString(),def getName(),即为小驼峰
o 程序文件名:保持与类名或对象名一致,区分大小写,以
".scala"来结尾.
o 主程序入口:def main(args: Array[String]) ,scala To run independently
必须从 main 方法开始处理,每个 scala 强制程序入口.
2、关键字
o The following are reserved keywords,Do not use keywords as variable names.
abstract case catch class
def do else extends
false final finally for
forSome if implicit import
lazy match new null
object override package private
protected return sealed super
this throw trait trytrue type val var while with yield - : = => <- <: <% >: # @
3、数据类型
与 Java 相似部分(皆为对象类型,scala 无原生数据类型)Byte,Short,Int,Long,Float,Double,Char,String,Boolean
4、运算符
无自增自减,其余和java相同.
5、循环
String 类.
完全与 java.lang.String 对等
边栏推荐
- 640. 求解方程 : 简单模拟题
- Zijin Example
- 640. Solving Equations: Simple Simulation Problems
- E. Cross Swapping(并查集变形/好题)
- 数学建模学习视频及资料集(2022.08.10)
- High-paid programmers & interview questions series 135 How do you understand distributed?Do you know CAP theory?
- websocket实现实时变化图表内容
- 【有限元分析】异型密封圈计算泄漏量与参数化优化过程(带分析源文件)
- Steam教育在新时代中综合学习论
- epoll学习:思考一种高性能的服务器处理框架
猜你喜欢
2022年网络安全培训火了,缺口达95%,揭开网络安全岗位神秘面纱
It is reported that the original Meitu executive joined Weilai mobile phone, the top product may exceed 7,000 yuan
Mysql语句分析、存储引擎、索引优化等详情
QOS function introduction
E. Cross Swapping (and check out deformation/good questions)
MySQL Principle and Optimization: Update Optimization
富爸爸穷爸爸之读书笔记
蓝帽杯半决赛火炬木wp
WSL 提示音关闭
win2012安装Oraclerac失败
随机推荐
[Semantic Segmentation] DeepLab Series
win2012安装Oraclerac失败
APP automation testing with Uiautomator2
常见SQL、API接口等常见约定
PCL 最小二乘拟合空间曲线
微信扫码登陆(1)—扫码登录流程讲解、获取授权登陆二维码
Problem solving-->Online OJ (19)
SWIG教程《一》
强意识 压责任 安全培训筑牢生产屏障
Programmer = overtime??- Master the time to master the life
兆骑科创创业赛事活动发布平台,创业赛事,项目路演
How to code like a pro in 2022 and avoid If-Else
640. 求解方程 : 简单模拟题
JS 从零手写实现一个bind方法
$‘\r‘: command not found
王学岗—————————哔哩哔哩直播-手写哔哩哔哩硬编码录屏推流(硬编)(26节课)
MQTT服务器搭建
Analysys and the Alliance of Small and Medium Banks jointly released the Hainan Digital Economy Index, so stay tuned!
线上线下课程教学培训小程序开发制作功能介绍
富爸爸穷爸爸之读书笔记