![]() ![]() |
Start of Tutorial > Start of Trail > Start of Lesson |
Search
Feedback Form |
Before you can run theSortDemo
program, you need to compile it. Here's how:The following instructions show you how to run the
- UNIX
% javac SortDemo.java- DOS shell (Windows 95/NT)
C:\> javac SortDemo.javaSortDemo
program and display the results.
- UNIX
% java SortDemo 3 8 12 32 87 127 589 622 1076 2000- DOS shell (Windows 95/NT)
C:\> java SortDemo 3 8 12 32 87 127 589 622 1076 2000
![]() ![]() |
Start of Tutorial > Start of Trail > Start of Lesson |
Search
Feedback Form |