Code Snippets Interview Questions
Questions Answers Views Company eMail

What is the meaning of version in XML?

381

What are the basic rules while writing XML?

318

What is well formed XML document?

355

What is XSL?

331

What is XPath in XML?

360

What are nested elements in XML?

343

What is CDATA?

352

What is an XML Schema?

373

What are the features of XML?

354

What are the advantages of XML DOM Document?

357

Who is responsible for XML?

364

Why XML has been used for development?

315

Can we have empty XML tags?

367

What is a StAX Parser?

336

What is SGML?

329


Un-Answered Questions { Code Snippets }

What is the functionality of EnumChildWindows?

470


How can I include conditional statements in XML?

350


Code to Block submission of form by pressing Enter Key

2056


why nlogn is the lower limit of any sort algorithm?

2360


What are the disadvantages of XML?

295






an on-line examination application using html jsp servlet and jdbc. including session management and cookies

4457


write a java program to create a Frame with three scrolls, change the back ground color of the frame using functions with values of scrolls.

4153


code to sorting an array of objects

1976


What is the functionality of EnumWindows?

536


Coding for .NET Delegates?

2081


How can I Create a C program in splitting set of characters to specific subsets. Example: INPUT SET OF CHARACTERS: Therefore, my dear brothers and sisters, stand firm. Let nothing move you. Always give yourselves fully to the work of the Lord, because you know that your labor in the Lord is not in vain. SPLIT INTO HOW MANY CHARACTERS PER SUBSETS: 10 OUTPUT: Therefore, my dear b rothers an d sisters, stand fir m. Let not hing move you. Alway s give you rselves fu lly to the work of t he Lord, b ecause you know that your labo r in the L ord is not in vain.

1912


How can i know that how many user are visited to my page in php?

1603


Using C# Write a program that performs the following. The user inputs a number and then enters a series of numbers from 1 to that number. Your program should determine which number (or numbers) is missing or duplicated in the series, if any. For example, if the user entered 5 as the initial number and then entered the following sequences, the results should be as shown. Input Sequence Output ---------------------- --------------- 1 2 3 4 5 Nothing bad However, if 7 were the high number, the user would see the results on the right for the following number entries: Input Sequence Output ---------------------- --------------- 1 3 2 4 5 Missing 6 Missing 7 And if 10 were the high number and the user entered the numbers shown on the left, note the list of missing and duplicate numbers: Input Sequence Output ---------------------- --------------- 1 2 4 7 4 4 5 10 8 2 6 Duplicate 2 ( 2 times) Missing 3 Duplicate 4 ( 3 times ) Missing 9 The program should check the high number that the user inputs to ensure that it does not exceed the size of any array you might be using for storage.

3690


write a program that reads a series of strings and prints only those strings begging with letter "b"

2652


i am doing my final year project about programming use verilog ,i am new about it so got problem,i want to record the readings of a waveform every 2us use the verilog code ,every ten readings i need to add them together after that i need to compare this series of number to get which one is the biggest , right now i don't know how to use code to store the readings every 2us on a waveform ,pls help me thanks a lot .

1698