In this class we are going to study JAVA. As Java is the most popular programming language.
Author- Shivani || Guide - Prof. Chuang-Jan-Chang
- What is Java ?
- Why use Java ?
- How to compile and run Java program in Linux / Ubuntu Terminal
- Your First Program in Java: Printing a Line of Text
- Displaying Text with printf
- Operators
- Import Declarations
- Memory Concepts
- Arithmetic
- Decision Making: Equality and Relational Operators
- Instance Variables, set Methods and get Methods
- Account Class with an Instance Variable, a set Method and a get
- AccountTest Class That Creates and Uses an Object of Class Account
- Compiling and Executing an App with Multiple Classes
- Account UML Class Diagram with an Instance Variable and set and get Methods
- Primitive Types vs. Reference Types
- Account Class: Initializing Objects with Constructors
- Declaring an Account Constructor for Custom Object Initialization
- GUI and Graphics Case Study: Using Dialog Boxes
- Introduction
- Algorithm
- Pseudocode
- Control Statements
- if Single-Selection Statement
- if ... else Double-Selection Statement
- Compound Assignment Operators
- Increment and Decrement Operators
- Operator Precedence and Associativity
- Primitive Types
- Introduction
- Essentials of Counter-Controlled Repetition
- for Repetition Statement
- do ... while Repetition Statement
- switch Multiple-Selection Statement
- break and continue Statements
- Logical Operators