What is the argument type of main() method?
Answers were Sorted based on User's Feedback
Answer / ranganathkini
The argument is a String[] which contains the command line
parameters passed by the user while launching it.
| Is This Answer Correct ? | 3 Yes | 0 No |
Why is inheritance used in java?
Can we use a default constructor of a class even if an explicit constructor is defined?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
Can you instantiate the math class in Java?
What is a pointer and does java support pointers?
What is aggregation and composition ?
Explain tree set and its features?
What is string in java is it a data type?
Is vector ordered in java?
What java ide should I use?
What type of variable is error flag?
What is the difference between instanceof and isinstance?