Search:

Type: Posts; User: ProfAlex

Search: Search took 0.20 seconds.

  1. Replies
    5
    Views
    1,280

    Re: integer number too large - don't understand

    Can you please supply the correct code as I still don't fully understand.
    thanks
  2. Replies
    5
    Views
    1,280

    Re: integer number too large - don't understand

    But in the my code I have "Long TooBig"
    How is it being represented as a "literal int"?
  3. Replies
    5
    Views
    1,280

    integer number too large - don't understand

    import javax.swing.*;
    public class TestInt
    {
    public static void main (String[] args)
    {

    long tooBig;

    tooBig = 2147483648;
Results 1 to 3 of 3