A.) A web framework B.) A database management system C.) A statically-typed programming language D.) A markup language
A.) Google B.) JetBrains C.) Apple D.) Microsoft
A.) Mobile app development B.) Web development C.) Game development D.) Data science
A.) It's easier to learn B.) It's a functional programming language C.) It's more concise and expressive D.) It has better performance
A.) var B.) val C.) variable D.) let
A.) const myConstant = 42 B.) val myConstant = 42 C.) let myConstant = 42 D.) final myConstant = 42
A.) The ability to automatically assign a type to a variable based on its value B.) A type that can only hold null values C.) The process of explicitly declaring variable types D.) A type used for defining classes
A.) $ (dollar sign) B.) # (hash) C.) @ (at sign) D.) % (percent)
A.) method B.) func C.) fun D.) procedure
A.) To define a class B.) To serve as the entry point of the program C.) To declare variables D.) To handle exceptions