What does int [] mean in java?



What does int [] mean in java?..

Answer / Alop Agrahari

"int [] is an array of integers in Java. It represents a contiguous block of memory, each element of which holds an integer value."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

why we write public static void main (String args[]) in core java plz explain briefly??????????????????

3 Answers   HCL,


________ exception must be either caught or specified in throws class of the method.

1 Answers  


What is the difference between multiple processes and multiple threads?

1 Answers  


What is Co-Variant return type in method overriding?

1 Answers   RBS,


Difference between ‘>>’ and ‘>>>’ operators in java?

1 Answers  


What is the difference between an array and an array list?

1 Answers  


Give me an example of array and linked list? Where they can be used?

1 Answers   Ericsson,


if arraylist size is increased from initial size what is the size of arraylist...suppose initial is 100 , if i add 101 element what is the size...

10 Answers  


What are three ways in which a thread can enter the waiting state in java programming?

1 Answers  


What exactly is java?

1 Answers  


What is nested loop? What is dangling else condition in it?

1 Answers   Ericsson,


What is the hashcode () and equals () used for?

1 Answers  


Categories