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
What are "methods" and "fields"?
What is string and its types?
What is the difference between length and length () in java?
How do you access command-line arguments within the code?
What is an object in java?
What is append in java?
How to sort elements in a parallel array in java?
Explain about complier design(phases)
How do you convert boolean to boolean?
List two java ide’s?
What is garbage collection? What is the process that is responsible for doing that in java?
What are the legal operands of the instanceof operator?
Why is string buffer better than string ?
What technique is carried out to find out if a particular string is empty?
Explain about the interpreter in java?