Code Snippets Interview Questions
Questions Answers Views Company eMail

What is the meaning of version in XML?

383

What are the basic rules while writing XML?

321

What is well formed XML document?

359

What is XSL?

333

What is XPath in XML?

364

What are nested elements in XML?

345

What is CDATA?

356

What is an XML Schema?

375

What are the features of XML?

356

What are the advantages of XML DOM Document?

361

Who is responsible for XML?

366

Why XML has been used for development?

319

Can we have empty XML tags?

369

What is a StAX Parser?

338

What is SGML?

331


Un-Answered Questions { Code Snippets }

Sir... please give some important coding questions asked by product companies..

1793


Hi, I want the code to fetch multiple rows in REXX using RLX and CURSOR. Can anyone help me?

2037


What is a markup language?

371


code to positioning of window in certain dimensions

1662


Write a python program to check if a number is an armstrong number?

463






Coding for Synchronizing Cache Access in ASP.NET?

3113


Write a Program to find the sum of digits of a given number until the sum becomes a single digit.

512


How to print sum of the numbers starting from 1 to 100?

436


function to combine two or more arrays

1693


can you please write a program for deadlock that can detect deadlock and to prevent deadlock.

2731


Hello Sir, Thanks for the Solution but, can you pls. Explain the coding for the Static Function & static variable from the below coding....waiting for Ans. class fact { public static void Main() { fact f=new fact(); int x=1; //Declaration of x as 1 int k=Convert.ToInt32(Console.ReadLine()); for(int i=1;i<=k;i++) { x= x *i; } System.Console.WriteLine(x); } }

2023


How to find the list of users who have two codes su01 and pfcg? thank in advance all.

1691


What are the features of XML?

356


write a program to convert temperature from fa height into celcius and vise versa,use modular programming

2431


What is the functionality of GetWindowText?

542