Home » 
        MCQs » 
        JPA MCQs
    
        
    Any property's Setter method should begin with ____?
    
    
    
	28. Any property's Setter method should begin with ____?
    
      - with Captial lettered 'Set'
- with small lettered 'set'
- Any letter
Answer: B) with small lettered 'set'
    Explanation:
    Any property's setter method should begin with a small lettered 'set'.