Tuesday 11 July 2017

Java Tutorial : Functions and Function Overloading

This is our Java tutorial series in which you can learn core java with easy tutorials. In this post i am gonna show you what is function and how to declare them. Function is nothing but the collection of java statements which are responsible for doing particular task again and again. The purpose of creating functions is to reduce the code and reuse the code whenever we need. Well the another name of function is method. Lets understand this with an example : You have a situation where you have to create a program which accepts two number and adds them and return the result. One way is to write the code like this: int a = 3, b=4; int result=a+b; this is beginners method where you write these two line wherever you need the sum of this two number. Another method is using functions like below: public int sum(int a, int b){ int result = a+b; return result } you just create this function and call it whenever you need two number's sum. It doesn't matter how many times you call it. you just have to write one line to call it like this : int res = sum(3,4); it will give you the sum of 3 and 4 in res variable. To understand more clearly watch below video. Its in depth tutorial about function and method overloading .

Sunday 22 January 2017

Bollywood Actress Exposed Here Boobs

As we are indian, we all know the super sexy actress Mandakini. She has done alot of movies but she became hit by the movie Ram Teri Ganga Maili Ho Gai. This was super duper hit on block buster. In this movie first time in the bollywood history mandakini Exposed her full nude boobs many times in the movie. One of the scene is here below you can seen.

Saturday 21 January 2017

Crazy Rollar Skating Skills

This guy has crazy skills of rollar skating. When i see this video i was not able to believe on my eyes that some can do this type of skating. He has amazing skills of skating. Watch it