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 will you serialize a singleton class without violating singleton pattern?
Is java still relevant?
What are the string methods in java?
Differentiate between the constructors and methods in java?
What is the primary benefit of encapsulation?
Is main an identifier?
Can a class have 2 constructors?
What does compareto () do in java?
What are the steps involved to create a bean?
Can we nested try statements in java?
how come we know the object is no more used in the class?
List two java ide’s?
Explain 5 features introduced in jdk 1.7?
What are the benefits of immutable objects?
Does java vector allow null?