Question 1: How do you display an image in the Java application and in the Java applet?
Question 2: Illustrate the use of ImageObserver Interface?
Question 3: Illustrate the advantages of double buffering?
Question 4: Illustrate how does MediaTracker work?
Question 5: What is the importance of flags in imageUpdate() method of ImageObserver interface?
Question 6: Write a program to make an applet that will display Mc Donald's logo on the screen.
Question 7: In the above program, as well display the loading status in the status bar by using the image observer.
Question 8: Fill up the blanks:
a) Web Browser can display image files in ...................... and .................... formats.
b) ........................... summarizes a platform independent Image Structure.
c) ........................... can be employed to load an image devoid of flicker.
d) ........................... is a buffer for the pixels and ........................... is the second buffer.