Disclaimer : Hey Man, This time again stuck with Autoplay thing, Just Play it Manually, Scroll your screen and Enjoy! For Better view Use Laptop


/**
* Today, the 12th day of December, is your birthday.
* So I created a webpage to celebrate this special day.
*/
Boy you = new Boy("Rajneesh");
// December 12th, when the bell rang, your age increased
Date currentTime = new Date();
SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
String dateString = formatter.format(currentTime);
if( dateString.equals("2020-12-12 00:00:00") ){
you.age ++;
}
// My best wishes will be with you simultaneously.
new Thread (){
@Override
// Forever and ever. I wish
while(true){
// luckiness,
you.fortune ++;
// happiness,
you.happiness ++;
// and everything you wish can be achieved.
}.start()
// The last thing I wanna say:
System.out.println("Happy Birthday!");