How many digits is int32?



How many digits is int32?..

Answer / Alka

An int32 in Java occupies 32 bits, which means it can represent integer values between -2,147,483,648 and 2,147,483,647.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Can we compare two strings in java?

1 Answers  


Can we initialize the final blank variable?

1 Answers  


What are the types of methods in java?

1 Answers  


What is string data?

1 Answers  


What are the allowed, non-Unicode letter characters that can be used as the first character of an identifier?

2 Answers  


How to re-get an object that is collected by garbage collector?

1 Answers  


What is the alternate of 'Inheritance' ?

4 Answers   CybAge, HCL,


What is main string [] args?

1 Answers  


What is public static?

1 Answers  


How to sort list of list in java?

1 Answers  


In which way does a Primitive data type is passed ?

5 Answers   Sun Microsystems,


What is a cup of java?

1 Answers  


Categories