— Scott McNealy, Sun Microsystems Chairman, President and ceo


short x = (short) y; // x now equals -25534!



Download 40,57 Mb.
Pdf ko'rish
bet128/555
Sana26.05.2022
Hajmi40,57 Mb.
#609235
1   ...   124   125   126   127   128   129   130   131   ...   555
Bog'liq
Head First Java (Kathy Sierra, Bert Bates) (z-lib.org)

 short x = (short) y; // x now equals -25534!
Still, the point is that the compiler lets you do it. And let’s say you have a float-
ing point number, and you just want to get at the whole number (int) part of it:
 fl oat f = 3.14f;
 
 int x = (int) f; // x will equal 3
And don’t even think about casting anything to a boolean or vice versa—just 
walk away. 
 *It involves sign bits, binary, ‘two’s complement’ and other geekery, all of which 
are discussed at the beginning of appendix B.
int guess = Integer.parseInt(stringGuess);
The user types his guess at the command-
line, when the game prompts him. That 
guess comes in as a String (“2”, “0”, etc.) , 
and the game passes that String into the 
checkYourself() method.
But the cell locations are simply ints in an 
array, and you can’t compare an int to a 
String. 
For example, this won’t work:
String num = “2”;
int x = 2;
if (x == num) // horrible explosion!
Trying to compile that makes the compiler 
laugh and mock you:
 operator == cannot be applied to
 
int,java.lang.String
if (x == num) { }
^
So to get around the whole apples and 
oranges thing, we have to make the String 
“2” into the int 2. Built into the Java class 
library is a class called Integer (that’s right, 
an Integer class, not the int primitive), 
and one of its jobs is to take Strings that 
represent numbers and convert them into 
actual numbers. 
Integer.parseInt(“3”)
a class that ships 
with Java
a method in the Integer 
class that knows how to 
“parse” a String into the 
int it represents.
takes a String
Converting a String to an int
Casting 
primitives
long
short
can be cast to
01011101
1101

Download 40,57 Mb.

Do'stlaringiz bilan baham:
1   ...   124   125   126   127   128   129   130   131   ...   555




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish