- 
    
Enhancement
 - 
    Resolution: Duplicate
 - 
    
  P4                     
     - 
    None
 - 
    1.4.0
 - 
    None
 
- 
        sparc
 - 
        solaris_7
 
                    ResourceBundle.getObject will throw an exception if the value does not exist. Throwing an exception is an expensive operation and thus it would be better to either offer a method that doesn't throw an exception, or returns true if the key exists so as to avoid the exception throwing.
            
- duplicates
 - 
                    
JDK-4286358 (rb) RFE: Want ResourceBundle.hasKey()
-         
     - Resolved
 
 -