ANT اسئلة واجوبة المقابلات
Question: Explain ANT functionality.Answer: Ant is an open source project available under the Apache license. Therefore, its source code can be downloaded and modified.Use of XML along with Java makes Ant makes it the perfect solution for developing programs designed to run or be built across a range of different operating systems. Extensible. New tasks are used to extend the capabilities of the build process, while build listeners are used to help hook into the build process to add extra error tracking functionality. As Ant is extensible and open, it can be integrated with any editor or development environment easily. |
احفظ للمراجعة
احفظ هذا العنصر في الإشارات المرجعية، او حدده كصعب، او ضعه في مجموعة مراجعة.
سجل الدخول لحفظ الإشارات المرجعية والاسئلة الصعبة ومجموعات المراجعة.
هل هذا مفيد؟ نعم لا
الاكثر فائدة حسب تقييم المستخدمين:
- What is ANT?
- Explain ANT functionality.
- Explain using ANT and give an small example.
- How to set Classpath in Ant script?
- How to set property file in Ant script?