0.2. JSVEE JAVA 2¶
0.2.1. About¶
JSVEE content package containing Java examples.
0.2.2. ae_BJ4_ch02_s09_MoveTester¶
Create a rectangle object and move it to the right
0.2.3. ae_BJ4_ch02_s10_CopyDemo¶
Declare two object variables and copy the first into the second. Mutating one object changes the other as well because both refer to the same object.
0.2.4. ae_BJ4_ch03_s01_CounterDemo¶
Use counter class to increment the counter in order to demonstrate classes
0.2.5. ae_BJ4_ch03_s06_BankAccountTester¶
Another demonstration of the use of classes
0.2.6. ae_BJ4_ch03_s06_CashRegisterTester¶
More complicated example of classes
0.2.7. ae_JavaTutorial_4_1_3¶
Demonstrate the use of integer and long

