when I create a new Blog and you are traffic or visitor Problem Then Don't worry I will Solution.A Traffic/ visitor to your old blog to new blogs there are main way.Then visitor come with your Old blog to new blog .Your Mind so many Question Like This .How It is work..There are few steps Go To It.Process of how to redirect traffic From old blog to new blog:Go to your old blogger dashboard.Click on Template > > HTML.Add this below code just after the <head> Section.<meta http-equiv="refresh"...
Tuesday, 4 February 2014
How To create Blog In Blogger.com With Gmail Account
in: Blogger at 22:18
This is the best way To create Your Own Blog For Free hosting u will tack domain and free time u will write a post.there are many way to earn money from seating home and u make Home made billionaire from your time u will share your post,pics and videos from your blog and u will earn money from many way.There Are Advantage Of Blogger.com To Create A blog.Earn Money via Send a PostIt a Free Then No Hosting Fees PayTo share your artical,post videos and pictures.Unlimited Free space allow to share your videos and Pics.How...
Copy Constructor In java
in: C Plus Core Java at 02:01
Copy Constructor : Copy constructor is a intialize one object from other object and generally we assignment Operator to invoked copy constructor.It Intialize value from one object to another.one The object created from class then not possible to use second time they are use with copy constructor.They inialize value from one object to copy to onother on...
which are The access Modifier In java?
in: Core Java at 01:19
Access modifier are properties of a class/method/veriable while access modifier are five typesFinalstaticSynchronizationAbstractTransientFinal :A java variable can be declared using the keyword final. Then the final variable can be assigned only once.A variable that is declared as final and not initialized is called a blank final variable. A blank final variable forces the constructors to initialise it.Java classes declared as final cannot be extended. Restricting inheritance!Methods declared as final cannot be overridden....
Monday, 3 February 2014
what is Polymorphism In Java?
in: C Plus Core Java at 23:59
Polymorphism : It is greek Word poly Means Many Morphism Means Forms Thats call Many Forms."Same Class Name But Diffrent parameter call polymorphism"Example :There Are Two Types Of PolymorphismCompile Time PolymorphismRun Time PolymorphismCompile Time Polymorphism : ...
Inheritance program With access Specifier In Java.
in: Core Java at 22:04
An Access Specifier Is a main part of java program they are not posiblity of make program with out access specifier.There are Four access Specifier In Java.publicprivateprotectedDefaultThere Are six type of inheritance of Java.Single InheritanceMultilevel InheritanceMultipath InheritanceMultipal InheritanceHybride Inheritan...