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.
Define the term Trusted applet: It is an applet with additional privileges than an ordinary (that is, untrusted) applet.
How you can develop your capability in test?
Explain the term program and process?
Left shift operator: Left shift operator (<<) is the bit manipulation operator. This moves the bits in its left operand zero or additional positions to the left, according to the value of its right operand. The zero bits are added up to the righ
Define the term Top level class: It is a class defined either at outermost level of a package or the static nested class.
What is the function of <windows.h> header file ?
Define owns to the Kernel Object? Answer: Kernel objects are owned through the kernel, not through a process.
Define the term New operator: The operator employed to generate instances {instance} of a class.
Coupling: Coupling occurs whenever classes are aware of each of other as their instances should interact. The linkage between two classes which might be either weak or strong. Stronger coupling occurs whenever one class has a thorough knowledge of the
Explain the term packing life cycle.
18,76,764
1927399 Asked
3,689
Active Tutors
1416966
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!