Set3 Flashcards

1
Q

JPanel

A

X34

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

JButton

A

X35

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Layout manager border layout

A

X36

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Flow layout

A

X37

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Grid layout

A

X38

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

JLayeredPane

A

X39

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

JOptionPane

A

X40

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

JTextField

A

X41

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

JCheckBox

A

X42

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

JRadioButton

A

X43

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

JComboBox

A

X44

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Stringbuffer

A

X45

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

String builder

A

X47

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Comments

A

X61

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Recursion

A

X70

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Parameters

A

X71

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Arguments

18
Q

Method overriding

19
Q

Primitive data types

20
Q

Non-primitive data types

21
Q

Copy constructor

22
Q

What is equal() and hashcode() contract?

23
Q

Zip vs GZip streams

24
Q

Char[] over string for password

25
Junit
X196
26
Junit annotations
X197
27
Junit asserts
X198
28
Parameterized tests
X199
29
Mocking dependencies
X200
30
Static
X
31
Final
X
32
Why interfaces need default methods?
X
33
GUI
S1
34
Graph
S2
35
Types of graphs
S2
36
Tree
S3
37
Types of trees
S4
38
Integer vs int
S5
39
Wrapper classes
S
40
Record
S6 ,7