how cani read a command line argument?(usingfile object).
Answer Posted / ravikiran
new InputStreamReader(System.in);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can a class extend more than one class?
How can an object be unreferenced?
What is constructor and virtual function? Can we call a virtual function in a constructor?
What is an abstract method in java programming?
How do you create a sop?
What the difference is between execute, execute Query, execute Update?
how to split string in java?
What is ‘has a’’ relationship in java?
What is callablestatement? How you can call stored procedure to pass in parameter?
Which is illegal identifier in java?
Is map ordered in java?
What are the default and parameterized constructors?
What is a function in programming?
Is main is a keyword?
What is the difference between yield() and sleep()?