
Lecture Description
How to use "enum" in Java. In the first part of this video I'll go over the basic usage of enumerations and what they're intended to replace, then we'll look at how enum works under the hood and some more advanced syntax.
Course Index
- A Hello World Program
- Using Variables
- Strings (Working with text)
- While Loops
- For Loops
- If
- Getting User Input
- Do ... While Loops
- Switch
- Arrays
- Arrays of Strings
- Multi-dimensional Arrays
- Classes and Objects
- Methods
- Getters and Return Values
- Method Parameters
- Setters and 'this'
- Constructors
- Static (and Final)
- StringBuilder and String Formatting
- toString() and the Object class
- Inheritance
- Interfaces
- Packages
- Public, Private and Protected
- Polymorphism
- Encapsulation and the API Docs
- Casting Numerical Values
- Upcasting and Downcasting
- Using Generics
- Generics and Wildcards
- Anonymous Classes
- Reading Text Files
- Handling Exceptions
- Throwing Exceptions
- Multiple Exceptions
- Runtime Exceptions
- Abstract Classes
- Reading Files with FileReader
- Java 7 Try With Resources
- Writing Text Files
- Equals
- Inner Classes
- Enum
- Recursion
- Serialization
- Serializing Multiple Objects
Course Description
A guide to Java programming for beginners. Get complete courses at http://courses.caveofprogramming.com
Comments
There are no comments.
Be the first to post one.
Posting Comment...