Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Code Snippets Interview Questions
Questions Answers Views Company eMail

What are the disadvantages of XML?

522

Why XSLT is important for XML?

614

Can I replace HTML with XML?

547

What are the special characters used in XML?

559

Can I execute a XML?

540

What is XSNL?

560

How comment can be represented in XML?

509

What is XML Parser?

662

What are the benefits of XML?

554

What are XML Namespaces?

536

What software is available for XML?

577

What is a markup language?

642

What is XML DOM Document?

543

What is SAX in XML?

558

How can I include conditional statements in XML?

590


Un-Answered Questions { Code Snippets }

How to get the version(major,minor,revision ) of VB6.0 delphi code .I am able to fetch dll file of vb6.0 but not vba file .Can u send me the code snippet in delphi to get the value for vb6.0.

3758


What are the special characters used in XML?

559


Performance Algorithm A performs 10n2 basic operations and algorithm B performs 300 lg n basic operations. For what value of n does algorithm B start to show its better performance?

7777


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

1909


Teta-Omeg-Big-Oh Show that f(n) = n2 + 3n3 is ;(n3).

3580


Code for Small C++ Class to Transform Any Static Control into a Hyperlink Control?

3014


Hi, i have a project that the teacher want a pyramid of numbers in C# or java...when we click a button...the pyramid should be generated in a listbox/or JtextArea...and the pyramid should have the folowing form: 1 232 34543 4567654 567898765 67890109876 7890123210987 890123454321098 90123456765432109 0123456789876543210 Plz help with codes...didn't find anything on the net.

3168


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

3703


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.

2670


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

801


write a function that reverse the elements of an array in place.The function must accept only one pointer value and return void.

4514


why nlogn is the lower limit of any sort algorithm?

2787


A game that has five levels of play has the score for each level stored in an array. You are to write a program that goes through that array and finds: a) the minimum score, and the level at which it occurred b) the maximum score, and the level at which it occurred c)the average score for all five levels The score data you must use for this program are as follows: Game Level Score 1 450 2 316 3 148 Stack implementations is mandatory.

2545


code to detect versions of different browsers like internet explorer, netscape, mozilla, opera etc

2104


design a class car having variables model, yr_of_manufacture, owner,reg_no. Design methods for assigning the values, Printing the values( you decide gui,control, any other methods if require)

2105