Answer Posted / saluru srinivasa rao
int []anarray=new int[10];
for(int i=0;i<=anarray.length;i++)
{
anarray[i]=i;
}
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
how to create multithreaded program? Explain different ways of using thread? : Java thread
What are the uses of synchronized keyword?
What is the use of static methods?
What is final keyword in java?
How do you detect memory leaks?
What is a consumer in java?
what are the disadvantages of indexes in oracle?
What is communist flag?
What is listnode in java?
What is difference between an object and a class?
What is java argument list?
Can we write any code after throw statement?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
Explain the difference between throw and throws in java?
How do you override a variable in java?