intermediate/DeclareAndUse

From ggc

Jump to: navigation, search

01 package intermediate;
02 
03 import wiki.Wiki;
04 
05 /**
06  * All about my application.
07  @author My Name Here
08  */
09 public class DeclareAndUse
10 {
11   public static void main(String[] args)
12   {
13     String x;
14     x="happy";
15     int y=x.length();
16   }
17 }


Download/View intermediate/DeclareAndUse.java





Views
Personal tools
Add to 
del.icio.usAdd to 
diggAdd to 
FacebookAdd to 
favoritesAdd to 
GoogleAdd to 
MySpaceAdd to 
PrintAdd to 
SlashdotAdd to 
StumbleUponAdd to 
Twitter