how cani read a command line argument?(usingfile object).
Answer Posted / subrahmanyam
You can get Command line arguments as Strings only. You
have to take file name as String and create a FILE object
with filename you read .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of http-tunneling in rmi?
What is xslt in java?
what is meant by Byte code concept in Java?
What is the += operator called?
Write a function for palindrome and factorial and explain?
Why do we need hashmap in java?
What is the difference between abstraction and encapsulation?
What is size () in java?
What is the method to declare member of a class static?
What do u mean by variable?
How can we create objects if we make the constructor private ?
Who is founder of java?
What is the difference between int and integer in java?
Does treeset allow null in java?
Explain the difference between an Interface and an Abstract class?