Madhu's Blog
How to convert String to long in java
String str = "144295816000";
long l = Long.parseLong(str);
or
long l = Long.valueOf(str);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Python Basics How to check the version of Python interpreter mac terminal
Popular in last 30 days
Hibernate Unknown integral data type for ids
Hibernate Unknown integral data type for ids When starting my spring boot application @Entity public class PlugMillingData { p...
Removing duplicates in a list using Textpad
Textpad is one of the most useful editor tools. 1. Open the Textpad 2. Go to Tools --> Sort 3. Check the box corresponding to the opt...
SRVE0255E: A WebGroup/Virtual Host to handle /ibm/console/login.do has not been defined.
To get around this issue in Websphere 6.1 Execute this script: ${WAS_HOME}/bin/iscdeploy.bat
No comments:
Post a Comment