Get up and running with Java.
Developed in the mid-1990s, Java is a programming language that produces software for multiple platforms that will run on most operating systems (OS), including Windows, Linux and Mac OS. You’re going to find Java everywhere:
- web-applications
- mobile games
- applets for web pages
- computer applications
- and more…
Without Java installed on your computer you will find that lots of applications and websites you would like to use will not work, such is the popularity of Java. Java is free to download and develop and this course will give you all the necessary tools to get you up and running with Java
Curriculum
- 12 Sections
- 53 Lessons
- Lifetime
Expand all sectionsCollapse all sections
- Overview6
- Datatypes & Variables2
- StringsStrings are essentially objects that represent sequences of character values.9
- 3.1Java Strings15 Minutes
- 3.2Java Strings: Length30 Minutes
- 3.3Java Strings: Joining Strings30 Minutes
- 3.4Java Strings: Substrings30 Minutes
- 3.5Java Strings: Comparing Strings30 Minutes
- 3.6Java Strings: Searching Strings
- 3.7Java Strings: White Space30 Minutes
- 3.8Java Strings: Replace Characters30 Minutes
- 3.9Java Strings: Changing Case10 Minutes
- Math7
- Operators8
- Selection Statements7
- 6.1Java Selection Statements10 Minutes
- 6.2Java Selection Statements: if statements30 Minutes
- 6.3Java Selection Statements: Nested if Statements30 Minutes
- 6.4Java Selection Statements: if-else Statements30 Minutes
- 6.5Java Selection Statements: if-else-if Statements30 Minutes
- 6.6Java Selection Statements: switch-case Statements30 Minutes
- 6.7Java Selection Statements: Jump Statements30 Minutes
- Repetition Statements4
- 1D Arrays5
- 2D Arrays1
- Input-Output3
- Classes and Objects2
- Exception Handling1