Explain the purpose of using XML
Explain the purpose of using XML.
Expert
Here are some reasons for using XML but not in particular order. Not all of such will apply to your own needs, and you may have additional purposes not mentioned now.
• XML can be used to explain and identify information unambiguously and accurately, in a way which computers can be programmed to understand (well, at least control as if they could know).
• XML permits documents that are all the same type to be created consistently and without any structural errors, since it provides a standardised way of explaining, controlling, or allowing/disallowing particular kinds of document structure. Remember that this has absolutely nothing whatever to do along with formatting, appearance, or the definite text content of your documents, simply the structure of them.
• XML gives a robust and durable format for information transmission and storage. Robust because this is based on a proven standard, and can therefore be tested and verified; durable since it uses plain-text file formats that will outlast proprietary binary ones.
• XML gives a common syntax for messaging systems for the exchange of information among applications. Previously, all messaging system had its own format and all were various, which made inter-system messaging unessential messy, expensive and complex. If everyone uses similar syntax this makes writing these systems much faster and extra reliable.
Is a XML replacing HTML?
Define the term Manifest file: It is a file which is held in a Java Archive (JAR) file, explaining the contents of the archive.
Parallel programming or parrelel computing is the concurrent use of multiple compute resources to resolve a specified problem. Parallel program always comprises of concurrently executing processes, problem decomposition relates to the manner in which
Java 2 SDK: It is a particular implementation of the abstract functionality explained in Sun's specification of Java 2 Platform.
Propagation: When an exception is thrown in a method, and there is no suitable exception handler within the method, the exception might be propagated to the caller of the method. For a checked exception, the method should include a throws clause in it
White space: Characters employed to make visual spacing in a program. White spaces comprise space, tab, carriage return and the line feed characters.
Why do I require TC Trustcenter Publisher ID?
For loop: This is one of the Java's three control structures employed for looping. The other two are while loop and do loop. A for loop includes of a loop header and a loop body. The header comprises of three expressions separated by two semicolons an
Process: It is an individual thread-of-control to which an execution time slice is assigned by the operating system.
Explain the relationship between XHTML and the Web?
18,76,764
1953986 Asked
3,689
Active Tutors
1451533
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!