It is currently Fri Jul 30, 2010 2:06 pm


All times are UTC [ DST ]


Ask on Codemiles community and get answers Free and Fast :

Java codes,Java tricks ,Java tips ,Java answers .and more

Our guest share with us your code snippets , your programming problems , your open source projects ,read articles and post yours .







Post new topic Reply to topic  [ 1 post ] 
  Print view Previous topic | Next topic 
Author Message
 Post subject: Boxing and unboxing make using wrapper classes
PostPosted: Sat Aug 29, 2009 2:36 pm 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 1573
Location: Earth
Has thanked: 10 time
Have thanks: 16 time

Code:
public class BoxingTest {
     public static void main(String args[])
     {
         // non auto boxing
         Integer x = new Integer(10);
         int y = x.intValue();
         System.out.println("Y = "+y);

         // auto boxing
         Integer z = new Integer(43);
         z++;
         System.out.println("z = "+z);


         Integer h = new Integer(44);
         System.out.println("h = "+h);

         // Comparing two refferences
         System.out.println("z == h "+(h == z ));


     }
}



_________________
Currenlty programming with : java , html , php , and javascript .


TOP
 Profile Send private message  
 
| More
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 


 Similar topics
 Topic title   Forum   Author   Replies 
 make a banner  Photoshop tutorials  msi_333  1
 Freelance for dollars make money at home!  Job Opportunities  smith45  0
 make a game using flash  Macromedia Flash tutorials  msi_333  2
 make notepad editor in c  C-C++  rajesh25  2
 Make a Web Text Box in photoshop  Photoshop tutorials  msi_333  2

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  





Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2009
mileX v1.0 designed by codemiles team