how to convert mm/dd/yy to dd/mm/yy using collections in
java.
Answer Posted / zaini
SimpleDateFormat srcDate = new SimpleDateFormat
("MM/dd/yyyy");
SimpleDateFormat destDate = new SimpleDateFormat
("MM/mm/yyyy");
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What does system.gc() and runtime.gc() methods do?
What is a heavyweight component?
What are the advantages of exception handling in java?
What is the use of pattern in java?
What is a literal coding?
Does treeset use compareto?
What are accessor methods in java?
What is the history of java?
What is the byte range?
Is nullpointerexception checked or unchecked?
Which number is denoted by leading zero in java?
What is the final class?
What is a byte array?
What are the differences between heap and stack memory in java?
What is unicode in java?