What is the argument type of a programs main() method?
Answer / Jitendra Kumar Paswan
The argument type of a program's main() method is 'String[]', which represents an array of strings that can be used to pass command-line arguments to the program.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is bean? Where can it be used?
When a thread blocks on i/o?
For which statements does it make sense to use a label?
How can I avoid validating a form before data is entered?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
What is a class loader? What are the different class loaders used by jvm?
types of exceptions
i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)
What is a session? Can you share a session object between different theads?
Explain phantom read?
What are the steps to write p-to-p model application?
what is difference between checked exception & unchecked exception in java?