Write a Java statement to create an image icon for the image heart.gif.

What will be an ideal response?


```
ImageIcon heartIcon = new ImageIcon(“heart.gif”);
```

Computer Science & Information Technology

You might also like to view...

Try out rcp and rsh as follows:

? copy a single file from your local host to a remote host by using rcp ? obtain a shell on the remote host using rsh and edit the file that you just copied ? exit the remote shell using exit ? copy the file from the remote host back to the local host using rcp

Computer Science & Information Technology

Which of the following is the proper way to add a video clip to your web page?

a. ``` A spinning image of the Earth ``` b. ``` ``` c. ``` A spinning image of the Earth ``` d. ``` ```

Computer Science & Information Technology

The Save As technique should only be used when a user needs to keep a copy of the original database file

Indicate whether the statement is true or false

Computer Science & Information Technology

A(n) ________ is the chance that someone or something could be harmed by a hazard

A) risk B) assessment C) disaster D) recovery plan

Computer Science & Information Technology