Answer Posted / pavan kumar
int [] arrayreferencename=new int[size]
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of the enableevents() method in java programming?
Explain method overloading?
How does finally block differ from finalize() method?
Can a class have an interface?
What do you understand by overloading and overriding in java?
How many arguments can be passed to main ()?
What is java objectoutputstream?
What is the multi-catch block in java?
how can you catch multiple exceptions in java?
How does map works in java?
What is string in java?
What is exception hierarchy in java?
What are the 4 versions of java?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
What is the difference between a switch statement and an if statement?