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
Java Client for TimeZone api from Google Maps
Java Client for TimeZone api from Google Maps IDE Used : Eclipse I have developed this Test class on Play framework 2.3.10 so using bui...
Eclipse Memory Analyzer - "Dominator tree not available. Delete indices and parse again."
When I try to open a heap dump I am getting the following error "Dominator tree not available. Delete indices and parse again." ...
Postman Error: Maximum response size reached
While I was trying to perform a GET operation in POSTMAN. I got the error Error: Maximum response size reached then I read about- Max respo...
No comments:
Post a Comment