what is the replacement method of stop() of thread
Answer Posted / aslam
write a condition to complete the run method.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is difference between public static and void?
Which api is provided by java for operations on set of objects?
What is Garbage Collection in Java
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
Can a static method be final?
what methods would you overwrite in java.lang.object class?
Explain public static void main(string args[]) in java.
Can memory leak in java?
How do you define a set in java?
Can you access non static variable in static context?
How do you sing an Applet ?
Why string is immutable or final in java
How to use Media tracker Class.
What language is pass by reference?
What is stringreader?