Answer Posted / pavan kumar
int [] arrayreferencename=new int[size]
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When do we need to use internal iteration? When do we need to use external iteration?
Is string serializable in java?
What is the size of string?
Why scanner is used in java?
How do you generate random numbers in java?
How does java enable high performance?
please send me hr interview questions in it industry
Can Exception handling we can handle multiple catch blocks?
What is blank final variable?
What is dynamic array in java?
Where is core java used?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
What are the types of literals?
Which command from the jdk compiles a java program?
What is meant by tab pans?