Answers for "what is xml"

3

what is pom.xml

- pom.xml file allows us to add, remove, manage dependencies 
and versions from one single location.
    - POM stands for project object model
    - .xml -> stands for: extensible markup language
Posted by: Guest on December-04-2020
1

what is xml

Extensible Markup Language is a markup language that defines a set of rules 
for encoding documents in a format that is both human-readable
and machine-readable.
Posted by: Guest on April-15-2021
2

what is xml

extensive markup language
Posted by: Guest on April-15-2021
0

xml

<paramater>value</paramater>

<paramater>
	test
</paramater>
Posted by: Guest on June-08-2020

Browse Popular Code Answers by Language