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 |
why we write public static void main (String args[]) in core java plz explain briefly??????????????????
________ exception must be either caught or specified in throws class of the method.
What is the difference between multiple processes and multiple threads?
What is Co-Variant return type in method overriding?
Difference between ‘>>’ and ‘>>>’ operators in java?
What is the difference between an array and an array list?
Give me an example of array and linked list? Where they can be used?
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...
What are three ways in which a thread can enter the waiting state in java programming?
What exactly is java?
What is nested loop? What is dangling else condition in it?
What is the hashcode () and equals () used for?