View Single Post
  #8  
Old 08-29-2007, 06:19 AM
itbarota itbarota is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 542
itbarota is on a distinguished road
Default Re: Java/J2EE interview Questions

What is the difference between Assignment and Initialization?-

Assignment can be done as many times as desired whereas initialization can be done only once.
Reply With Quote