Re: Endianness of Java Virtual Machine
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 30 Oct 2007 21:53:42 GMT
On Tue, 30 Oct 2007 14:05:25 -0700, karthikbalaguru
<karthikbalaguru79@xxxxxxxxx> wrote, quoted or indirectly quoted
someone who said :
Is 'Java Virtual Machine' Big-Endian ?
Or
Is it independent of Endianness ? (That is Bi-Endian)
Can someone provide some link in the internet that discusses
more about this ?
see http://mindprod.com/jgloss/endian.html
Java is designed so the machine internally could be either. You can't
write a program to tell. However, any DataOutputStream will be big
endian.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.
- References:
- Endianness of Java Virtual Machine
- From: karthikbalaguru
- Endianness of Java Virtual Machine
- Prev by Date: Re: Create an Object from an Array Class
- Next by Date: Re: Create an Object from an Array Class
- Previous by thread: Re: Endianness of Java Virtual Machine
- Next by thread: Re: Endianness of Java Virtual Machine
- Index(es):
Relevant Pages
|
|