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

How to get Filename from Path?

558

How to Check if Folder Exists?

572

What is GUID anyway?

598

How to check if Folder is a Special Shell Folder ?

527

How to Get File Extension?

529

How to Check if File Exists?

534

What is the functionality of FindWindow?

578

What is the functionality of EnumChildWindows?

494

What is the functionality of EnumWindows?

558

What is the functionality of GetDesktopWindow?

597

What is the functionality of SetForegroundWindow?

597

What is the functionality of SendMessage?

750

What is the functionality of GetWindowText?

566

What is the functionality of GetWindowTextLength?

617

What is the functionality of GetWindow?

603


Un-Answered Questions { Code Snippets }

how to create a search bar which access data from various websites and retrieves the data

3031


How can manage theme in php?

2490


What output does the following code generate? Why? What output does it generate if you make A::Foo() a pure virtual function? class A { A() { this->Foo(); } virtual void Foo() { cout << "A::Foo()" << endl; } }; class B : public A { B() { this->Foo(); } virtual void Foo() { cout << "A::Foo()" << endl; } }; int main(int, char**) { A objectA; B objectB; return 0; }

1315


Discuss an algorithm to traverse a tree, depth first.

1769


How to create Date method to set the date in Ms Access

2365


write a program to perform generic sort in arrays?

3125


Create a ViewState Property?

2765


how to programme using switch statements and fuctions, a programme that will output two even numbers, two odd numbers and two prime numbers of the users chioce.

2742


code to get the coordinates of a Click Event

2271


what is runtime class?

2729


What are the special characters used in XML?

650


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

2971


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

2579


1.Why does only one copy of a servlet object get created? What happens if you want to remove an old servlet object currently running but do not want to stop the entire servlet engine? 2.How does one servlet object deal with interactions from many browser? (e.g. if your servlet ran an email site, how can it keep track of hundreds of users logging in, reading their mail, etc.)

2813


what does mbln in mblnrects mean? my boolean?

2884