Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Comparison of programming languages (basic instructions): Difference between revisions
Article
Talk
Language
Watch
View history
Edit
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Visual
Wikitext
Revision as of 19:19, 12 December 2007
edit
208.138.31.76
(
talk
)
→
Standard Input and Standard Output
← Previous edit
Revision as of 19:20, 12 December 2007
edit
undo
208.138.31.76
(
talk
)
→
Data conversions
Next edit →
Line 185:
| Java
| ''integer'' = Integer.parseInt(''string'');
| ''float'' = Float.
parseInt
parseFloat(''string''); ''or'' ''double'' = Double.parseDouble
(''string'');
| ''string'' = ''integer'';
| ''string'' = ''float'';