Code Snippets Interview Questions
Questions Answers Views Company eMail

What are the disadvantages of XML?

297

Why XSLT is important for XML?

395

Can I replace HTML with XML?

346

What are the special characters used in XML?

340

Can I execute a XML?

343

What is XSNL?

343

How comment can be represented in XML?

352

What is XML Parser?

448

What are the benefits of XML?

341

What are XML Namespaces?

330

What software is available for XML?

362

What is a markup language?

371

What is XML DOM Document?

337

What is SAX in XML?

359

How can I include conditional statements in XML?

352


Un-Answered Questions { Code Snippets }

why nlogn is the lower limit of any sort algorithm?

2367


3) Int Matrix of certain size was given, We had few valu= es in it like this. =97=97=97=97=97=97=97=97=97=97=97 1 = | 4 | | 5 | &= nbsp; | 45 =97=97=97=97=97=97=97=97=97=97=97 &n= bsp; | 3 | 3 | 5 | = | 4 =97=97=97=97=97=97=97=97=97=97=97 34 |&nbs= p; 3 | 3 | | 12 | &= nbsp; =97=97=97=97=97=97=97=97=97=97=97 3 | &nbs= p; | 3 | 4 | = | 3 =97=97=97=97=97=97=97=97=97=97=97 3 | = ; | | | = ; 3 | =97=97=97=97=97=97=97=97=97=97=97 &= nbsp; | | 4 | = ; | 4 | 3 We w= ere supposed to move back all the spaces in it at the end. Note: = If implemented this prog using recursion, would get higher preference.

3317


How to update and insert from datagridview at run time in excel database?

2757


Write a program to model an exploding firecracker in the xy plane using a particle system

3681


How to Split Strings with Regex in Managed C++ Applications?

3102






find out the list of users who have access to all t-codes starts with 'SU'? thanks in advance all.

2015


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

2036


What are the disadvantages of XML?

297


Write code to make an object work like a 2-d array?

469


Explain MIDlet Life cycle?

2357


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

3423


Question 1: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date. *This Should Be Done IN C++

543


I'm calling a JS fcn that fires AJAX to a webmethod and returns a boolean. How do I retrieve the return value in the codebehind? (VB) I can set a hiddenfield value in the JS, but if it's async how can my VB know when it's changed?

670


How to check if Folder is a Special Shell Folder ?

490


How to Get File Extension?

500