线程的生命周期是随着( )方法开始
A. Start()
B. begin()
C. run()
D. up()
在Java语言中,整型常数502占用的存储的字节数为 ( )
A. 1
B. 2
C. 4
D. 8
哪一种布局管理器是从上到下,从左到右安排组件,当移动到下一行时是居中的( )
A. BorderLayout
B. FlowLayout
CardLayout
D. GridLayout
以public修饰的类如:public class hotdog{…} 则hotdog ( )
A. 可被其它程序包中的类使用
B. 仅能被本程序包中的类使用
C. 不能被任意其它类使用
D. 不能被其它类继承