This segment covers Java tips that might help you while writing programs in Java. If you would like to send your Java tips to me, please email me at aasisvinayak@gmail.com
package techblogtutorial;
/**
*
* @author aasisvinayak
*/
public class Main {
public static void main(String[] args) {
int myInteger = 100;
String myString = Integer.toString(myInteger);
//print the string
System.out.println(myString);
}
}





Join Techblog
Facebook Group
Read
Digg entries
Add techblog to
Google reader