Skip to main content

Posts

20 very useful Java code snippets for Java Developers

Following are few very useful Java code snippets for Java developers. Few of them are written by me and few are taken from other code reference. Feel free to comment about the code and also add your code snippet.     1. Converting Strings to int and int to String String a = String.valueOf( 2 );   //integer to numeric string int i = Integer.parseInt(a); //numeric string to an int 2. Append text to file in Java Updated: Thanks Simone for pointing to exception. I have changed the code. BufferedWriter out = null ; try {      out = new BufferedWriter( new FileWriter(”filename”, true ));      out.write(”aString”); } catch (IOException e) {      // error processing code } finally {      if (out != null ) {          out.close();      } } 3. Get name of current method i...

Transfer a blog from one account to another Account

Blogger is the best place to  create your own blog for absolutely free . This service is run by Google. Here you need a Google account to enter Blogger.  In fact, whenever you open Blogger.com, you have to log in with your  Google account . Actually, it is a tutorial article, in which I will tell you  how to transfer your blogger blog to another account . Here is a very easy procedure to transfer your blogspot blog to another Google account. So, follow the steps to know how to transfer - STEP 1 :  Go to  blogger dashboard  by sign in to  blogger . STEP 2 :   Click on   More Options button   and select   Settings . Open Settings in blogger dashboard STEP 3 :  Now, Click on  Add Authors  in  Permissions  section. Add authors STEP 4 :  Now,  type the another gmail id , where you want to transfer your blog. Type another id where to transfer blog STEP 5 :  Now, ...

How To Increase Facebook Page Likes Quickly

In this article we will show all the basic tips how to increase Facebook fan page likes instantly. Here we will discuss some major advantages of large number of facebook pages likes. Increasing the counts of facebook page likes will attract your readers more to stay on your blog. This can also help to prove that your blog is receiving decent amount of traffics. However if we have dozens of likes on facebook page you can boost our posts and share it with billions of savvy bloggers and webmasters. So it can also help in improving our post ranking in Search engine result. One of the finest advantage of having thousand of Facebook page likes we can hit up to get the attention of thousands of bloggers and webmaster. So it is also the fastest growing way to spread over voice all over the world. So in today article, we will show you how to increase facebook fan page likes quickly. How To Increase Facebook Page Likes Quickly Here we will discuss all the excellent tips to increase yo...