Code Snippets Interview Questions
Questions Answers Views Company eMail

What is the meaning of version in XML?

512

What are the basic rules while writing XML?

416

What is well formed XML document?

456

What is XSL?

441

What is XPath in XML?

462

What are nested elements in XML?

439

What is CDATA?

458

What is an XML Schema?

474

What are the features of XML?

455

What are the advantages of XML DOM Document?

463

Who is responsible for XML?

466

Why XML has been used for development?

434

Can we have empty XML tags?

506

What is a StAX Parser?

449

What is SGML?

427


Un-Answered Questions { Code Snippets }

write a program in java to solve a system of n-variabled simultaneous equations using the guassian elimination method. let the maximum possible value of n be 100. run the program using hypothetical values for a set of 10- variables simultaneous equations. print out the program, the input equation and the results generated by the program.

4453


code to detect availability of cookies

1939


How to call JavaScript Function from Code-behind in asp.net?

657


Write a python program to count the number of digits in a number?

647


what are the other loops except for for,while,do while and until?

2563


write a program that can LOCATE and INSERT elements in array using c++ programming languages.

3695


Given a string=”me,I,myself”; .Using javascript only create an array out of this string and then send a POST request to the url “record.php” without reloading the page. The post key parameters should be n1,n2 and n3 respectively.

2770


Create a Menu that can be activated while clicking on Right Mouse button

1880


How can restrict user to type upto 8 characters in textbox in php?

1714


What is XPath in XML?

462


Write a (n) algorithm that sorts n distinct integers, ranging in size between 1 and kn inclusive, where k is a constant positive integer. (Hint: Use a kn-element array.)

4709


Why XSLT is important for XML?

506


1.Explain what happens to a session object when the browser associated with it is closed? 2.Explain how a session object is created and used. (Note: you are not required to provide the Java statements such as ‘getAttribute’)

2209


What are XML Namespaces?

441


1.What type of material can be sent from a Java servlet to a browser ? How does the browser know how to deal with the material? 2.Explain what happens to a servlet when a servlet engine is sent a GET request.

2506