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?

660

What are the basic rules while writing XML?

536

What is well formed XML document?

607

What is XSL?

607

What is XPath in XML?

635

What are nested elements in XML?

591

What is CDATA?

626

What is an XML Schema?

636

What are the features of XML?

603

What are the advantages of XML DOM Document?

603

Who is responsible for XML?

608

Why XML has been used for development?

578

Can we have empty XML tags?

728

What is a StAX Parser?

599

What is SGML?

594


Un-Answered Questions { Code Snippets }

Design a timer circuit using VHDL which has the following: input : start_timer(ST) output: long_time(LT) short_time(ST) when the timer is triggered by the ST(either 0 or 1) signal the timer should generate two timing signals accordingly.While the long time is going ON the other should be OFF and vice versa.

2449


what mean void creat_object?in public class in this code class A{ public: int x; A(){ cout << endl<< "Constructor A";} ~A(){ cout << endl<< "Destructor A, x is\t"<< x;} }; void create_object(); void main() { A a; a.x=10; { A c; c.x=20; } create_object(); } void create_object() { A b; b.x=30; }

2595


plz send code for manage group of hotels in j2ee frontend:J2EE Backend: DB2 Express

2890


how to get the User's Time of Day

2131


What is SGML?

594


Write a Program to find the number of words in a sentence.

889


How can I include conditional statements in XML?

633


Write a function to efficiently convert a floating point number to a rational number. For example, given 0.125 return "1/8"

1571


How to access oralce10g data from server to client in LAN?

1374


What is the functionality of SetForegroundWindow?

590


Write a program that implements a date class containing day, month and year as data members. Implement assignment operator and copy constructor in this class.

884


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{

2353


How can I create connection two blue-tooth mobile in j2me. please urgent

2384


How to Check if Folder Exists?

572


ArrayList declaration in .net

3222