How to use Media tracker Class.
Answer / Hitendra Kumar Singh
To use the MediaTracker class in Core Java, create a new instance of the MediaTracker class, add Media objects (such as images) to be tracked, call 'waitForID' for each media object, and then retrieve the Media object using the 'getImage' method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can a class have multiple superclasses?
How concurrent hashmap works?
What is the difference between static synchronize() metod and synchronize() method?
when everything can be done by static block then why do we use main method?.
What is meant by event handling?
Explain the difference between protected and default access.
How to sort elements in a parallel array in java?
What is meant by interface?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
difference between byte stream class and character stream class?
Explain different ways of passing arguments to sub-routine?
Is java a digit method?