Preparing for this class
Expectations
- Short time frame:
- 3 weeks
- 5 days per week
- 3 hours per day
- It is going to be very demanding!
:::::{tab-set} ::::{tab-item} Programming environments
- You need to become very comfortable with your Java development environment.
- Minimize down-time on technical issues.
- Increase actual coding time.
:::: ::::{tab-item} Challenge
Use an IDE of your choice, do the following in five minutes or less:
- Write a
hello.java program in Java that prints out “Hello, World!”. - Compile and run the program in a terminal using
javac and java.
:::: :::::
```
A pragmatic look at cheating
- Most, if not all, problems that you are solving in this class are fairly well-known and there exist solutions out there.
- It is possible to search and copy and paste, but that defeats the purpose of this class, which is for you to learn how to become better at programming and technical interview.
- Learng for the sake of learning, not for the grade.