Search:

Type: Posts; User: Perd1t1on

Search: Search took 0.08 seconds.

  1. Re: Can you make new data types, just as efficient as built in (ie int, byte)

    what do you mean by a four bit primitive? and do you have a pseudo example of your last sentence? And about the boolean, I've always read that it is simply 1 bit and so it's value is either 1 or 0....
  2. Can you make new data types, just as efficient as built in (ie int, byte)

    Is it possible to create a new data type in java? My idea for how it could be done is to create an object that holds holds a boolean array of n size and translates the number you make only when...
Results 1 to 2 of 2