Starting Java
Tuesday, February 15, 2011 Tuesday, February 15, 2011
Posted by Programming Documentation Blog
This is my first post about Java programming language, I'll start this post with variables and how to declare them.
int i; int i,j,k; int m = 1, s = 2, k = 40; float r; double w = 2.5; String myString = "Hello"; String mySt = 'This is wrong'; // Wrong declaration of String ... it should be with double qoute
This entry was posted on Tuesday, February 15, 2011, and is filed under
Java
. Follow any responses to this post through RSS. You can leave a response, or trackback from your own site.
Subscribe to:
Post Comments (Atom)
Post a Comment