Code Snippets Interview Questions
Questions Answers Views Company eMail

What is the meaning of version in XML?

460

What are the basic rules while writing XML?

378

What is well formed XML document?

414

What is XSL?

393

What is XPath in XML?

425

What are nested elements in XML?

397

What is CDATA?

411

What is an XML Schema?

435

What are the features of XML?

415

What are the advantages of XML DOM Document?

417

Who is responsible for XML?

422

Why XML has been used for development?

386

Can we have empty XML tags?

447

What is a StAX Parser?

407

What is SGML?

380


Un-Answered Questions { Code Snippets }

Beautiful is for 012345678 9 and a code for similar word containing the same alphabets

5695


How can you apply a DTD to an XML document?

418


How we work on N tire architecture in asp.net Please give me Examle...

16839


Write a function that takes an array of integers and efficiently calculates and returns the Least Common Multiply in python.

1293


What is an XML Schema?

435






I have multiple datasets and I have to search a particular string in all of them at a single time. Please suggest a full jcl or rexx tool for it.

773


how to pass data between pages using Frames

2246


How can export database using php code?

1658


i am trying to intigrate ejb and hibernate ,from session facade i am callind dao implemented through hibernate,i am getting a ClassDefNotFoundException for this org/hibernate/Session i ve set the class path at build path and in setEnv in weblogic still .........

2065


create a .dll component operation and use created component in another project. required methods events and properties. connect, add,search,data report

2185


Code for Creating a Form Using PlaceHolder Controls?

2444


Write a function that takes as input a binary tree, and prints out each level of the tree on a newline. For example: a / b c / / d e f will output: a b c d e f

1423


What is the functionality of GetWindowText?

544


What is the difference between proc means and proc tabulate ? explain with a simple example when you have to use means or tabulate?

3893


Given a table of the form: Product Sold on A 1/1/1980 B 1/1/1980 C 1/1/1980 A 1/1/1980 B 1/1/1980 C 2/1/1980 A 2/1/1980 There are 30 products and 10,000 records of such type. Also the month period during which sales happened is given to u. Write the program to display the result as: Product Month No. of copies A January 12 A February 15 A March 27 B January 54 B February 15 B March 10 C January 37

2174