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 an abstract method in java programming?
State the difference between creating string as new () and literal.
What is the purpose of the runtime class in java programming?
Why string is immutable with example?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
What are the methods used to implement for the key object in the hash map?
Can you add null to a list java?
What are the benefits of operations in java?
What is the concatenation operator in java?
What is finalize() function in java?
How do you execute a thread in java?
How can we access some class in another class in java?
Can we declare a class as static?
Difference between linkedlist and arraylist.
How many types of threads are there in java?