Home » 
        MCQs » 
        JPA MCQs
    
        
    Any property's getter method should begin with ____?
    
    
    
	29. Any property's getter method should begin with ____?
    
      - with Captial lettered 'Get'
- with small lettered 'get'
- Any letter
Answer: B) with small lettered 'get'
    Explanation:
    Any property's getter method should begin with a small lettered 'get'.