December 31, 2016
December 29, 2016
December 22, 2016
December 20, 2016
Radhe Maa helps poor people in Salman Khan style..
Bandra ki andheri raaton mein, sunsaan raahon par, ek maseeha nikalta hai, jise log Salman Khan kehte hai. The Being Human megastar is often heard of helping poor people in the middle of the night, on streets around his house in the Mumbai suburb. What's more! He is also said not to seek credit or attention for what he does.
Now it seems Salman has inspired 'godwoman' Radhe Maa to do the same. Last week, the lady was spotted with some of her disciples, distributing blankets to poor people around the streets of her abode in Borivali on a strong winter night.
Now it seems Salman has inspired 'godwoman' Radhe Maa to do the same. Last week, the lady was spotted with some of her disciples, distributing blankets to poor people around the streets of her abode in Borivali on a strong winter night.
December 15, 2016
December 13, 2016
Ek Shringaar..Swabhimaan: A mother’s pursuit of a career-supportive household for her daughters
Her own struggles taught her invaluable life lessons. She vowed to shape a better future for her daughters. Never should they have to tie their self-confidence, self-esteem, self-worth to someone else's accomplishments. She made them able and strong. She taught them never to apologise for their own achievements.
Celebrating the courage and pride of a strong-willed mother and the strengths with which she empowers her young daughters, COLORS announces the launch of its newest offering Ek Shringaar...Swabhimaan.
December 12, 2016
December 05, 2016
Bollywood insiders react to Rakhi Vijan's TV role resembling Radhe Maa..
December 01, 2016
New features in Java 1.7
JDK 1.7 (Java SE 7 or Java 7), code named as Dolphin has following new features:
String in Switch Expression
Earlier to JDK 1.7, switch expression takes int values or values which are convertible to int. From JDK 1.7, switch also accepts string objects as an expression.
equals() and hashcode() method from java.lang.String are used for comparison, which is case-sensitive. Benefit of using String in switch is that, Java compiler can generate more efficient code than using nested if-then-else statement.
We need to be careful while passing string object, passing a null object cause to NullPointerException.
String in Switch Expression
Earlier to JDK 1.7, switch expression takes int values or values which are convertible to int. From JDK 1.7, switch also accepts string objects as an expression.
equals() and hashcode() method from java.lang.String are used for comparison, which is case-sensitive. Benefit of using String in switch is that, Java compiler can generate more efficient code than using nested if-then-else statement.
We need to be careful while passing string object, passing a null object cause to NullPointerException.
Subscribe to:
Posts (Atom)