In Spring configuration file we can import other context.xml files using <import resource=”xxxx”> tag.
Example
<import resource="classpath:com/pretech/applicationContext.xml"/>
1️⃣ Check if a String is a Palindrome Problem Given a string, check if it reads the same forward and backward. Example: "madam...
No comments:
Post a Comment