Examlex

Solved

Insert the Missing Code in the Following Code Fragment

question 21

Multiple Choice

Insert the missing code in the following code fragment. This fragment is intended to read binary data. public static void main(String[] args) throws IOException
{
String address = "http://horstmann.com/bigjava.gif";
URL imageLocation = _________;
InputStream in = imageLocation.openStream() ) ;
) . .
}


Definitions:

Related Questions