is this possible to create an array of 0 length?
if so how? if not so why?
coz we have an array in main() likw this
"static void main(String [] s) then what it signifies?
Answer Posted / ravikiran
it infers that the main method is capable of holding string
array as an argument
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Does variable declaration allocate memory?
How do generics work?
Can anonymous class have constructor?
What is a java list?
Will the jvm load the package twice at runtime?
Can we declare array without size in java?
What is java lang string?
Why are arrays useful in java?
Can you create an object of an abstract class?
What is an immutable object? How do you create one in java?
What are the wrapped, classes?
What defines function?
Does constructor be static?
Why arraylist is used in java?
What is gui programming?