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.
State the term multi tasking.
If statement: A control structure employed to select between performing or not performing additional actions. if(boolean-expression){ // Statements
Daemon thread: The daemon threads are non-user threads. They are usually employed to carry out low-priority tasks which must not take priority over the major task of the program. They can be employed to do helpful work whenever all other user threads
Normal 0 false false
Thread: It is a lightweight procedure which is managed by the Java Virtual Machine (abbreviated as JVM). Support for threads is given by the Thread class in java.lang package.
Where must I utilize XML?
Main method: It is the beginning point for program execution public static void main(String[] args)
What is the transport for XML Web Services? How can end-to-end security be provided for this transport?
Define PS3 Debug/TEST/Prototype Consoleroduction deployment.
Bridging method: A method which offers a bridge between methods of a class's public interface and its private implementation. Bridging methods will usually contain non-public visibility.
18,76,764
1955764 Asked
3,689
Active Tutors
1415922
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!