View Single Post
  #1 (permalink)  
Old 05-08-2008, 10:23 AM
bharath bharath is offline
Member
 
Join Date: Mar 2008
Posts: 82
Default Java Interview - Static In Java

1. What is static in java?

2. How is it possible for two String objects with identical values not to be equal under the == operator?
Reply With Quote