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
How many bits is a string?
Which sorting algorithm is best in java?
What is the destroy method?
What is a method header?
How dead lock situation occurs in java and how you can identify it?
What is the maximum size of byte array in java?
4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (
What is difference between null and void?
What about anonymous inner classes in java?
What is predicate in java?
What is the unit of plancks constant?
Can you call a method in a method?
What is the difference between import java.util.date and java .util?
Explain about core java?
What class allows you to read objects directly from a stream in java programming?