Give some examples where property editing is used in spring.



Give some examples where property editing is used in spring...

Answer / Deepak Mishra

1. Form-backing beans for handling user input from web forms.
2. Externalizing configuration properties to properties files and then using property editors for parsing those values.
3. Using SpEL (Spring Expression Language) expressions to dynamically modify bean properties.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

How can you achieve internationalization using messagesource?

1 Answers  


Where is spring used?

1 Answers  


What is context used for?

1 Answers  


What is spring java based configuration?

1 Answers  


What does spring framework do?

1 Answers  


What are the methods of bean life cycle?

1 Answers  


Is spring boot a microservice framework? : Spring Boot

1 Answers  


What is the difference between @configuration and @component?

1 Answers  


Is it allowed to use multiple spring configuration files in spring mvc?

1 Answers  


What are the major differences between doget and dopost?

1 Answers  


What is init method in spring?

1 Answers  


What is @configuration annotation in spring?

1 Answers  


Categories