emmaxshen / APCS_Blog

Apache License 2.0
0 stars 10 forks source link

AP CSA Prep #54

Open emmaxshen opened 1 year ago

emmaxshen commented 1 year ago

U1 Primitive Types

Primitive type: BASIC data types in Java, representing fundamental values

Reference Data types: more COMPLEX data types, hold collection of values/custom-defined entities

Hybrid data types:

Scanner is java utility class for console input + System.out.println(""); for output

U5 Menu Class

emmaxshen commented 1 year ago

Exam questions

4 types

  1. Methods and Control Structures
  2. Class Implementation
  3. Array/ArrayList
  4. 2-D Array

Methods & Control Structures