Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

What is the difference between XML and C or C++ or Java?Updated

5 like 0 dislike
Hello
What is the difference between XML and C or C++ or Java?Updated?
please reply me. i am waiting for your reply.
Have a nice day.
asked 1 year ago by DBA-boss (120,990 points)

1 Answer

0 like 0 dislike
C and C++ (and other languages like FORTRAN, or Pascal, or Visual Basic, or Java or hundreds more) are programming languages with which you specify calculations, actions, and decisions to be carried out in order:
mod curconfig[if left(date,6) = "01-Apr",
t.put "April googlel!",
f.put days('31102005','DDMMYYYY') -
days(sdate,'DDMMYYYY')
" more shopping days to Samhain"];

XML is a markup specification language with which you can design ways of describing information (text or data), usually for storage, transmission, or processing by a program. It says nothing about what you should do with the data (although your choice of element names may hint at what they are for):
<part num="DA42" models="LS AR DF HG KJ"
update="2001-11-22">
<name>Camshaft end bearing retention circlip</name>
<image drawing="RR98-dh37" type="SVG" x="476"
y="226"/> <maker id="RQ778">Ringtown Fasteners Ltd</maker>
<notes>Angle-nosed insertion tool <tool
id="GH25"/> is required for the removal
and replacement of this part.</notes>
</part>
On its own, an SGML or XML file (including HTML) doesn't do anything. It's a data format which just sits there until you run a program which does something with it
answered 1 year ago by eagles11 (179,830 points)

Related questions

3 like 0 dislike
0 answers
asked 1 year ago by DBA-boss (120,990 points)
5 like 0 dislike
2 answers
0 like 0 dislike
0 answers
5 like 0 dislike
1 answer
4 like 0 dislike
1 answer
asked 1 year ago by eagles11 (179,830 points)