Skip to content

Commit 00e631a

Browse files
committed
added next-steps for enums chapter in java
1 parent 0b9f55c commit 00e631a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

content/enums/next-steps/_index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "Next Steps"
3+
date: 2021-10-01T09:28:27-05:00
4+
draft: false
5+
weight: 10
6+
originalAuthor: John Woolbright # to be set by page creator
7+
originalAuthorGitHub: jwoolbright23 # to be set by page creator
8+
reviewer: Sally Steuterman # to be set by the page reviewer
9+
reviewerGitHub: gildedgardenia # to be set by the page reviewer
10+
lastEditor: # update any time edits are made after review
11+
lastEditorGitHub: # update any time edits are made after review
12+
lastMod: # UPDATE ANY TIME CHANGES ARE MADE
13+
---
14+
15+
Before tackling SQL and ORM, you should make sure you have a good grasp on enums. If you would like some additional resources, here are a few of our favorites:
16+
17+
1. [W3Schools](https://www.w3schools.com/java/java_enums.asp)
18+
2. [Oracle Docs](https://docs.oracle.com/javase/tutorial/java/javaOO/enum.html)
19+
3. [TutorialsPoint](https://www.tutorialspoint.com/Enum-in-Java)

0 commit comments

Comments
 (0)