-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathquestions.txt
63 lines (53 loc) · 1.13 KB
/
questions.txt
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
59
60
61
62
63
Some example questions that we could use for Devoxx 2015
Who were in the Gang of Four?
x Johnson, Helm, Gamma, Vlissides
Bloch, Long, Gamma, Martin
Alpha, Beta, Gamma, Delta
Johanssen, Gamma, Vlissides, Nygaard
Which of the following isn't a proposed Java closures implementation?
BGGA
CICE
x JLP
FCM
What is the project name for a Java REPL?
Jigsaw
Kona
x Kulla
IcedTea
Verona
Which of the following wasn't an official Java version?
Dophin
Mustang
Tiger
x Leopard
Kestrel
Mistral
When did Java get regular expressions?
J2SE 1.1
J2SE 1.2
J2SE 1.3
x J2SE 1.4
J2SE 5.0
Java SE 6.0
What are regular expressions?
What is the last added reserved keyword in Java?
goto
strictfp
assert
x enum
volatile
What is JSR-1:
x Real-time Specification for Java
Language Specification for Java
Boundary-Scan API
JavaTM Language Specification
Where does Java use 'galloping'?
Non-blocking IO
x Sorting
Lambda (Tail recursion)
(Elliptic curve) cryptography
OpenJDK... what version control system does it use?
CVS
Subversion
x Mercurial
Git