Set2 Flashcards

1
Q

For vs while

A

X28

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

Pointers

A

X81

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

Strings are immutable

A

X102 ,103

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

Coupling

A

X150 ,151 ,152

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

Garbage collection

A

X149

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

Optional classes

A

X147

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

Priority queue

A

X140

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

Queue

A

X138

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

Enums

A

X138

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

Abstract class

A

X134

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

UTF8

A

X128

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

Serialization

A

X120

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

Deserilization

A

X121

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

Runnable interface

A

X111

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

Dot operator

A

X101

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

Big decimal

A

X88

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

Marker interface

A

X173

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

Can we override a private method

A

X174 ,175

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

Can we override a static method

A

X176

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

Does finally always executes in java

A

X177

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

What methods does object class have?

22
Q

How can you make a class immutable?

23
Q

Singleton class

24
Q

Explain collection hierarchy

25
Why map doesn't extend collection interface
X181
26
Fail fast iterator
X182
27
Fail safe iterator
X184
28
Blocking queue
X183
29
Synchronized collection vs concurrent collection
X185
30
Is java is pass by value or reference?
X
31
Map methods
X154 Put() Get() Remove () Containskey() Size() Keyset() Values()
32
Set
X155
33
Set Methods
X156 Add() Remove () Contains () Size () Is empty () Clear ()
34
List methods
X158 Add() Get() Remove () Set() Size() Is empty () Clear () Indexof() Contains ()
35
Checked Exceptions
X187
36
Unchecked Exceptions
X188
37
Errors
X189
38
Comparable
X190
39
Comparator
X191
40
Comparator
X191
41
Comparable vs comparator
X192
42
System.in vs out vs err
X16 ,17 ,18
43
Generics
X21 ,49
44
I/o streams
X22
45
New vs Newinstance
X26
46
While vs do while
X27
47
File handling
X29
48
Multi threading
X31
49
JFrame
X32
50
JLabel
X33