- 讲师:刘萍萍 / 谢楠
- 课时:160h
- 价格 4580 元
特色双名师解密新课程高频考点,送国家电网教材讲义,助力一次通关
配套通关班送国网在线题库一套
question 56)
you are using the gridbaglayout manager to place a series of buttons on a frame. you want to make the size of one of the buttons bigger than the text it contains. which of the following will allow you to do that?
2) the setfill method of the gridbaglayout class
4) the fill field of the gridbagconstraints class
answer to question 56
--------------------------------------------------------------------------------
which of the following most closely describes a bitset collection?
2) a method for flipping individual bits in instance of a primitive type
4) a collection for storing bits as on-off information, like a vector of bits
--------------------------------------------------------------------------------
you have these files in the same directory. what will happen when you attempt to compile and run class1.java if you have not already compiled base.java
package base;
protected void amethod(){
}//end of amethod
package class1;
public class class1 extends base{
base b = new base();
}//end of main
1) compile error: methods in base not found
3) compilation followed by the output 'amethod'
answer to question 58
--------------------------------------------------------------------------------
what will happen when you attempt to compile and run the following code
private void amethod(int ibase){
责编:罗莉
上一篇:Java认证模拟题及分析4
下一篇:传递引用的经典
课程专业名称 |
讲师 |
课时 |
查看课程 |
---|
课程专业名称 |
讲师 |
课时 |
查看课程 |
---|
点击加载更多评论>>