16 Aug
Posted by suresk as Uncategorized, Software Development, Java
Take a look at the following code, and try to guess what is printed:
public static void main(String[] args) {
Date today = new Date();
Calendar c = new GregorianCalendar();
[…]