日韩欧美亚洲 _ 欧美亚洲一区 _ 日本亚洲欧美 _ 亚洲精品欧美 国产白袜脚足J棉袜在线观看_亚洲熟妇av一区二区三区_久久天天躁狠狠躁夜_精品众筹模特私拍在线

單項選擇題

Given classes defined in two different files: 
1. package util; 
2. public class BitUtils { 
3. private static void process(byte[] b) { } 
4. } 
1. package app; 
2. public class SomeApp { 
3. public static void main(String[] args) { 
4. byte[] bytes = new byte[256]; 
5. // insert code here 
6. } 
7. } 
What is required at line 5 in class SomeApp to use the process method of BitUtils?() 

A. process(bytes);
B. BitUtils.process(bytes);
C. app.BitUtils.process(bytes);
D. util.BitUtils.process(bytes);
E. import util.BitUtils. *; process(bytes);
F. SomeApp cannot use the process method in BitUtils.

題目列表

你可能感興趣的試題

微信掃碼免費搜題