Toggle navigation
首页
问答
文章
话题
专家
全站搜索
提问
会员
中心
登录
注册
java
Suppose you wish to provide an accessor method for a boolean property finished, what signature of the method should be?
发布于 2021-02-15 03:24:27
【单选题】
A public void getFinished()
B public boolean getFinished()
C public boolean isFinished()
D public void isFinished()
查看更多
关注者
0
被浏览
53
体验AI问答!更聪明、超智能!
一款基于GPT的超级AI助手,可以对话、创作、写文案!
👉 点击使用 - AI智能问答 🔥
lanhaitg
2023-02-15
这家伙很懒,什么也没写!
此回答被采纳为最佳答案,开通VIP会员可查看
1
个回答
默认排序
按发布时间排序
撰写答案
请登录后再发布答案,
点击登录
登录
注册新账号
有人回复时邮件通知我
关于作者
eggyy
这家伙很懒,什么也没写!
提问
465
回答
625
被采纳
625
关注TA
发私信
相关问题
1
The signature of a method consists of ________
2
总行责任追究委员会的成员包括:()。
3
My idea is that this experiment should be stopped.
4
公AN机关对政协委员采取强制措施,下列说法错误的是( )。
5
Suppose your method does not return any value, which of the following keywords can be used as a return type?
6
根据指挥部的命令和事故的情况,迅速制订救援(),同时调动必要的人力、设备和材料。
7
Suppose the xMethod() is invoked from a main method in a class as follows, xMethod() is _________ in the class. public static void main(String[] args) { xMethod(); }
8
下列属于责任追究原则的是:()。
9
张某因涉嫌故意伤害罪,被甲市公AN局乙区分局决定刑事拘留,并由刑侦大队民JING执行。执行拘留后,发现张某系甲市人大代表,下列做法正确的是()。
10
Given: class Fizz { int x = 5; public static void main(String[] args) { final Fizz f1 = new Fizz(); Fizz f2 = new Fizz(); Fizz f3 = FizzSwitch(f1,f2); System.out.println((f1 == f3) + " " + (f1.x == f3.x)); } static Fizz FizzSwitch(Fizz x, Fizz y) { final Fizz z = x; z.x = 6; return z; } } What is the result?
发布
问题
手机
浏览
扫码手机浏览
分享
好友
在线
客服
回到
顶部