Questionaries.org
Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.
Let us know at info@questionaries.org
Can an object's finalize() method be invoked while it is reachable?
4
like
0
dislike
Hello
Can an object's finalize() method be invoked while it is reachable?
please reply me. i am waiting for your reply.
Thanx
asked
1 year
ago
by
eagles11
(
179,830
points)
java
resources
code
1 Answer
1
like
0
dislike
Best answer
An object's finalize() method cannot be invoked by the garbage collector while the object is still reachable. However, an object's finalize() method may be invoked by other objects.
answered
1 year
ago
by
DBA-boss
(
120,990
points)
Related questions
3
like
0
dislike
1
answer
What are the system resources that can be controlled through Profile ?
asked
1 year
ago
by
daneim
(
127,080
points)
website
database
resources
system
6
like
0
dislike
1
answer
Can main() method be overloaded in java?
asked
1 year
ago
by
eagles11
(
179,830
points)
java
method
native
5
like
0
dislike
1
answer
What is an abstract method in java?
asked
1 year
ago
by
DBA-boss
(
120,990
points)
java
method
native
5
like
0
dislike
1
answer
What does it mean that a method or class is abstract in java?
asked
1 year
ago
by
eagles11
(
179,830
points)
java
method
5
like
0
dislike
1
answer
What does it mean that a method or field is "static" in java?
asked
1 year
ago
by
DBA-boss
(
120,990
points)
java
method
static