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) {
String myString = "100";
int myInteger = Integer.parseInt(myString);
//print the interger
System.out.println(myInteger);
}
}





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