Hallo Joey,
es gibt in Java kein sizeof() wie in C++. Ich muß aber unbedingt wissen wieviel Byte ein Objekt vom Typ Double belegt (Double ist ne Hüllklasse für einen double-Wert). Oder anders gefragt: Gibt es keine Methode, die von einem beliebigen Objekt die Bytegröße abfragen kann?
Bin ziemlich genervt, weil ich in der Doku nichts finde.
Die Antwort hier ist: Es gibt kein "Objekt" vom Typ Double in Java.
double ist ein primitiver Datentyp und hat ergo _immer_ 64 bit (also 8 bytes).
Grüße
Marc Reichelt || http://www.marcreichelt.de/
--
panic("Oh boy, that early out of memory?");
linux-2.2.16/arch/mips/mm/init.c
Selfcode: ie:{ fl:| br:> va:} ls:< fo:} rl:( n4:( ss:) de:> js:| ch:? sh:| mo:) zu:)
panic("Oh boy, that early out of memory?");
linux-2.2.16/arch/mips/mm/init.c
Selfcode: ie:{ fl:| br:> va:} ls:< fo:} rl:( n4:( ss:) de:> js:| ch:? sh:| mo:) zu:)