Read data from console and print in one file. That would be
in C:\temp ? Thanks, Bose
Answer Posted / avi
@Pushpa...
If u r reading console data from the method other than main() then u need to use Console class and scanner.
And use StringBuffer in place of String as when u r using '+' operator it creates new string object. So use StringBuffer and use API append("").
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
List two java ide’s?
what is the purpose of using rmisecuritymanager in rmi?
Is age a discrete variable?
What is thread pool? How can we create thread pool in java?
What is the synonym of string?
Why does java have two ways to create child threads? Which way is better?
What is class and object in java?
What is included in core java?
Is 0 a real number?
What is reflexive association?
What are the differences between getting and load method?
Which methods cannot be overridden in java?
What is primitive array?
How many arguments can be passed to main ()?
Is an array a vector?