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 is immutable data?
What is an accessor?
When can an object reference be cast to an interface reference in java programming?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
Is java se free?
What is the purpose of the runtime class in java programming?
How many unicode characters are there?
Can each java object keep track of all the threads that want to exclusively access it?
What does a method signature consist of?
Why map is used in java?
What is meant by javabeans?
What about main thread in java?
What must a class do to implement an interface in java programming?
what is ststic with example
What does \ mean in regex?