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

A

X72

18
Q

Method overriding

A

X73

19
Q

Primitive data types

A

X78

20
Q

Non-primitive data types

A

X79

21
Q

Copy constructor

A

X90

22
Q

What is equal() and hashcode() contract?

A

X193

23
Q

Zip vs GZip streams

A

X194

24
Q

Char[] over string for password

A

X195

25
Q

Junit

A

X196

26
Q

Junit annotations

A

X197

27
Q

Junit asserts

A

X198

28
Q

Parameterized tests

A

X199

29
Q

Mocking dependencies

A

X200

30
Q

Static

A

X

31
Q

Final

A

X

32
Q

Why interfaces need default methods?

A

X

33
Q

GUI

A

S1

34
Q

Graph

A

S2

35
Q

Types of graphs

A

S2

36
Q

Tree

A

S3

37
Q

Types of trees

A

S4

38
Q

Integer vs int

A

S5

39
Q

Wrapper classes

A

S

40
Q

Record

A

S6 ,7