由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 请帮助回答这个问题?
相关主题
问一简单的问题 关于import问个autoboxing的问题
SWT programming questionsHow do I make cookies expire after a set time period?(FAQ)
QuestionRe: 如何在两个窗口之间通信?
Java都在什么时候进行Garbage collection?这是为什么,请帮忙
Spring question, redirect and carry data over?Who's online--JSP?
关于java执行SQL之后的内存问题?_out.println(...) 的下划线是什么意思?
高手麻烦帮帮忙。。新手学编程Re: what's the meaning of _ before var n
请问一下Is there any way to uniquely identify a thread?
相关话题的讨论汇总
话题: charge话题: base话题: shipping话题: answer
进入Java版参与讨论
1 (共1页)
w*********n
发帖数: 439
1
Question 8

Based on the naming recommendations in the book, which of the following
is a good identifier for a constant that will be used to hold a base
shipping charge?
Answer
a.
BASE-SHIPPING-CHARGE
b.
baseShippingCharge
c.
BASE_SHIPPING_CHARGE
d.
BaseShippingCharge
w**z
发帖数: 8232
2
I will choose C

following

【在 w*********n 的大作中提到】
: Question 8
:
: Based on the naming recommendations in the book, which of the following
: is a good identifier for a constant that will be used to hold a base
: shipping charge?
: Answer
: a.
: BASE-SHIPPING-CHARGE
: b.
: baseShippingCharge

w*********n
发帖数: 439
3
Explicit casts must be used to perform
Answer
a.
narrowing conversions
b.
any conversion between two data types
c.
widening conversions

【在 w**z 的大作中提到】
: I will choose C
:
: following

w*********n
发帖数: 439
4
Which of the following can you not assign to a numeric variable?
Answer
a.
a numeric literal
b.
an arithmetic expression
c.
another numeric variable
d.
null
1 (共1页)
进入Java版参与讨论
相关主题
Is there any way to uniquely identify a thread?Spring question, redirect and carry data over?
Java Regular Expression Question关于java执行SQL之后的内存问题?
what does "core java" mean?高手麻烦帮帮忙。。新手学编程
[合集] 问一下这个cast在java里是怎么work的请问一下
问一简单的问题 关于import问个autoboxing的问题
SWT programming questionsHow do I make cookies expire after a set time period?(FAQ)
QuestionRe: 如何在两个窗口之间通信?
Java都在什么时候进行Garbage collection?这是为什么,请帮忙
相关话题的讨论汇总
话题: charge话题: base话题: shipping话题: answer