how to convert mm/dd/yy to dd/mm/yy using collections in
java.
Answer Posted / ravi jain
Dear Sankar ur ans is ok bur it has some mistakes
suppose if some one enter month value <12,
this program accept dis as well
can u modify dis so that it wouldn't accept
month value greater than 12...
Ravi jain
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is a “stateless” protocol ?
What does singleton mean in java?
What is the purpose of the runtime class in java programming?
What are the three types of design patterns?
What are the difference between composition and inheritance in java?
Is hashset sorted in java?
Explain aggregation in java?
what is singleton in java?
Is it necessary that each try block must be followed by a catch block?
Can we call the run() method instead of start()?
What is double parsedouble in java?
What will happen to the exception object after exception handling?
What is the difference between class & structure?
What is meant by data hiding in java?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?