Internationalization

© examsiri.com
Question : 12 of 18
 
Marks: +1, -0
Given:
1. DateFormat df;
2. Date date = new Date();
3. /*insert code here*/
4. String s = df.format( date);

Which two, inserted independently at line 3, allow the code tocompile? (Choose two.)
Go to Question: