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


Please Help Members By Posting Answers For Below Questions

Explain the features of java?

585


What are the library functions in java?

542


What is data movement?

661


What do you mean by checked exceptions?

529


What is a cup of java?

553






Why is multiple inheritance not supported in java?

557


Explain the difference between jvm and jre?

552


How do you identify if jvm is 32-bit or 64-bit from java program?

534


What is function and method in java?

516


How are multiple inheritances done in Java?

615


Explain the difference between transient and volatile in java?

571


What are exceptions

638


What is exception handling in java?

570


Explain the concept of proper inheritance?

613


What do you mean by order of precedence and associativity?

539