forked from exercism/java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.json
More file actions
58 lines (58 loc) · 1.62 KB
/
links.json
File metadata and controls
58 lines (58 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
{
"url": "https://docs.oracle.com/javase/tutorial/java/javaOO/classvars.html",
"description": "fields"
},
{
"url": "https://docs.oracle.com/javase/tutorial/java/javaOO/methods.html",
"description": "methods"
},
{
"url": "https://en.wikibooks.org/wiki/Java_Programming/Keywords/public",
"description": "public"
},
{
"url": "https://en.wikibooks.org/wiki/Java_Programming/Keywords/private",
"description": "private"
},
{
"url": "https://en.wikipedia.org/wiki/Encapsulation_(computer_programming)",
"description": "encapsulation"
},
{
"url": "https://docs.oracle.com/javase/tutorial/java/javaOO/objectcreation.html",
"description": "creating-objects"
},
{
"url": "https://docs.oracle.com/javase/tutorial/java/javaOO/objectcreation.html",
"description": "new"
},
{
"url": "https://docs.oracle.com/javase/tutorial/java/javaOO/classvars.html",
"description": "fields"
},
{
"url": "https://techterms.com/definition/camelcase",
"description": "camel-case"
},
{
"url": "https://techterms.com/definition/pascalcase",
"description": "pascal-case"
},
{
"url": "https://docs.oracle.com/javase/tutorial/java/nutsandbolts/datatypes.html",
"description": "default-values"
},
{
"url": "https://en.wikibooks.org/wiki/Java_Programming/Keywords/void",
"description": "void"
},
{
"url": "https://stackoverflow.com/questions/2036970/how-do-getters-and-setters-work",
"description": "so-getters-setters"
},
{
"url": "https://docs.oracle.com/javase/tutorial/java/javaOO/thiskey.html",
"description": "this"
}
]