Answer Posted / devarathnam c,kotagudibanda(po
Hi...
XML:XML is cross-platform independent ,hardware and
software independent tool for transporting the data between
two heterogeneous systems,XML describes the data.
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
What is jboss?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What must a class do to implement an interface?
What is the infobus?
What is the difference between static and non-static with examples?
Define the remote object implementation?
What is the RMI and Socket?
What is the difference between session and entity beans?
What is ioc concept & explain it?
What is metaspace?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
What is the difference between the font and fontmetrics classes?
What if the static modifier is removed from the signature of the main method?
Write a program to show synchronization?
What is the argument type of a programs main() method?