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 is the meaning of version in XML?

705

What are the basic rules while writing XML?

588

What is well formed XML document?

676

What is XSL?

649

What is XPath in XML?

688

What are nested elements in XML?

645

What is CDATA?

674

What is an XML Schema?

674

What are the features of XML?

664

What are the advantages of XML DOM Document?

658

Who is responsible for XML?

658

Why XML has been used for development?

624

Can we have empty XML tags?

795

What is a StAX Parser?

652

What is SGML?

663


Un-Answered Questions { Code Snippets }

how to pass data between pages using Frames

2786


Write a python program to check common letters in two input strings?

891


What output does this program generate as shown? Why? class A { A() { cout << "A::A()" << endl; } ~A() { cout << "A::~A()" << endl; throw "A::exception"; } }; class B { B() { cout << "B::B()" << endl; throw "B::exception"; } ~B() { cout << "B::~B()"; } }; int main(int, char**) { try { cout << "Entering try...catch block" << endl; A objectA; B objectB; cout << "Exiting try...catch block" << endl; } catch (char* ex) { cout << ex << endl; } return 0; }

1103


Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.

5185


Can we change the validator-rules.xml for our own validations in struts??

2932


How many digit have a Polaris 1995 300c.c. 2x4 nad how many have a Polaris 2007 300 c.c 2x4? And what site I can check this information???

2655


how to create Expandable and Collapsible Menus

3308


Write a python program to count the number of vowels in a string?

941


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

4640


What are XML Namespaces?

637


write a function to give demostrate the functionality of 3d in 1d. function prototye: change(int value,int indexX,int indexY,int indexZ, int [] 1dArray); value=what is the date; indexX=x-asix indexY=y-axis indexZ=z-axis and 1dArray=in which and where the value is stored??

4758


How a web page can communicate with a web server while a user type characters in an input field.

1062


Code for Two Classes for Doing Gzip in Memory?

3319


I am trying to pass the string firstName from a Servlet called SampleServet. I am running this on eclipse and it tells me that "the value for annotation attribute must be a constant expression. I don't understand why it is giving me this error. @PersonAnnotation(name = SampleServlet.firstName) public class AnnotationClass{

2424


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

2395