StackOverflow Questions for Tag: finalize

Aleks Grunwald
Aleks Grunwald

Reputation: 385

RxJS finalize(): pass the last emitted value to the callback

Score: 3

Views: 3067

Answers: 2

Read More
wai
wai

Reputation: 9123

Is there a destructor for Java?

Score: 677

Views: 688354

Answers: 25

Read More
andy
andy

Reputation: 4281

What will the Finalizer thread do if there is an infinite loop or deadlock in the Java finalize method?

Score: 18

Views: 7719

Answers: 3

Read More
Java_begins
Java_begins

Reputation: 1679

Why I have access to finalize() method in other sub class of another package?

Score: 4

Views: 2007

Answers: 6

Read More
Sunil
Sunil

Reputation: 29

Object Creation in java and finalize

Score: -2

Views: 76

Answers: 1

Read More
J.J. Beam
J.J. Beam

Reputation: 3059

Why is the finalize() method deprecated in Java 9?

Score: 34

Views: 31851

Answers: 1

Read More
Michu93
Michu93

Reputation: 5689

junit.framework.AssertionFailedError: Expectation failure on verify: finalize(): expected: 1, actual: 0

Score: 0

Views: 185

Answers: 2

Read More
Leong
Leong

Reputation: 45

Why is subclass's finalize method, which overrides java.lang.Object's finalize method, called?

Score: 0

Views: 74

Answers: 1

Read More
old new coder guy
old new coder guy

Reputation: 1

Garbage Collection and Finalize()

Score: 0

Views: 60

Answers: 0

Read More
Turin
Turin

Reputation: 2250

Java Object.finalize() vs. C# IDisposable

Score: -2

Views: 236

Answers: 1

Read More
Zyx
Zyx

Reputation: 336

Java reference-aware cache

Score: 0

Views: 132

Answers: 0

Read More
Andrei Ciobanu
Andrei Ciobanu

Reputation: 12840

Java Interview Question: finalize() method

Score: 30

Views: 5372

Answers: 6

Read More
JWess
JWess

Reputation: 650

RxJS finalize operator vs tap({ finalize: () => {} })

Score: 1

Views: 2219

Answers: 2

Read More
Troskyvs
Troskyvs

Reputation: 8047

java System.gc() only works if I set obj=null implicitly?

Score: 0

Views: 122

Answers: 1

Read More
sayali
sayali

Reputation: 255

What is difference between System.gc() and finalize() method in java?

Score: 15

Views: 28211

Answers: 8

Read More
Jeff Leonard
Jeff Leonard

Reputation: 3294

In C# what is the difference between a destructor and a Finalize method in a class?

Score: 114

Views: 75043

Answers: 3

Read More
Rajesh Kumar J
Rajesh Kumar J

Reputation: 4785

When is the finalize() method called in Java?

Score: 370

Views: 538511

Answers: 18

Read More
Yang Bo
Yang Bo

Reputation: 3718

How to unload a ClassLoader that contains static native resources in Java 9

Score: 0

Views: 663

Answers: 0

Read More
user244333
user244333

Reputation:

What is the purpose of finalization in Java?

Score: 12

Views: 25931

Answers: 5

Read More
Bill K
Bill K

Reputation: 62759

I'm pretty sure finalize is still bad news on later JVMs--is there an alternative?

Score: 0

Views: 320

Answers: 4

Read More
PreviousPage 1Next