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
What is ‘is-a ‘ relationship in java?
What is a class variable?
Can one thread block the other thread?
What is the purpose of assert keyword used in jdk1.4.x?
Do we need to manually write Copy Constructor?
What is regex java?
What exactly is java?
what is static import in java? Explain
Can a final variable be manipulated in java?
What is garbage collection? What is the process that is responsible for doing that in java?
What is java and their uses?
What is the difference between choice and list?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
What is the difference between exception and error in java?