Lab 1: Environment Setup and Scala Introduction, Exams of Object Oriented Programming

An introduction to setting up the development environment for java and scala projects using sbt and intellij ide. It covers data types, identifiers, operators and expressions, methods and functions, and basic console-based programming. Students will also review api reading and work through a walkthrough of intellij ide.

Typology: Exams

2018/2019

Uploaded on 04/09/2019

oladimeji02
oladimeji02 🇲🇾

1 document

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Practical Lab 1
Class Objectives:
1. Introduction to Environment Setup
2. Introduction to SBT
3. Introduction to Intelij IDE
4. Introduction to Worksheets
5. Introduction to Scala
Data Types
Identifier
Operator & Expression
Method vs Function
Basic for console based
6. Revision on API reading
Introduction to Environment Setup
Refer to setupEnvironment document for detail on setting up JDK environment for
the PC.
Introduction to SBT
SBT is an interactive build tool for Java and Scala project. Refer to documents SBT
Step by Step document for further instruction
Introduction to Intellij IDE
Intellij IDE is a modern IDE for program development.
Walkthrough of intellij IDE
Follow the lecture demonstration
Introduction to worksheets
REPL tools for running script line by line
Introduction to Scala
Ref : http://www.tutorialspoint.com/scala/

Partial preview of the text

Download Lab 1: Environment Setup and Scala Introduction and more Exams Object Oriented Programming in PDF only on Docsity!

Practical Lab 1

Class Objectives:

  1. Introduction to Environment Setup
  2. Introduction to SBT
  3. (^) Introduction to Intelij IDE
  4. Introduction to Worksheets
  5. Introduction to Scala
    • Data Types
    • Identifier
    • Operator & Expression
    • Method vs Function
    • Basic for console based
  6. Revision on API reading

Introduction to Environment Setup

Refer to setupEnvironment document for detail on setting up JDK environment for the PC.

Introduction to SBT SBT is an interactive build tool for Java and Scala project. Refer to documents SBT Step by Step document for further instruction

Introduction to Intellij IDE Intellij IDE is a modern IDE for program development.

Walkthrough of intellij IDE Follow the lecture demonstration

Introduction to worksheets REPL tools for running script line by line

Introduction to Scala

Ref : http://www.tutorialspoint.com/scala/