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

advance the focus to next consecutive fields when Enter Key is pressed

TCS,

2260

how to get the User's Time of Day

HCL,

2133

write a program to detect the user's browser ?

Infosys,

1 2787

how to pass data between pages using Frames

2727

how to convert between arrays and strings

2789

validation code / function to allow only NUmbers in a text box

GE,

3 11412

how to transform XML Data into HTML

2382

How to block double clicks

2111

program to show a progress bar

Infosys,

2624

code to positioning of window in certain dimensions

2128

sample code to auto focusing the first field in a form

Wipro,

2472

how to pass data between pages using URLs

Symantec,

1 3756

how to pass data between pages using Cookies

2452

how to create an anonymous function

2166

how to create a Draggable element

TCS,

2432


Un-Answered Questions { Code Snippets }

Can someone please explain more about how the XML Gateway works and what its purpose is?

2332


Write a python program to check if a number is an armstrong number?

786


Code for Two Classes for Doing Gzip in Memory?

3277


What is CDATA?

626


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.)

2750


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


output for printf("printf");

2546


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

1060


How can you apply a DTD to an XML document?

603


Design an implement of the inputs functions for event mode

3537


Definition of priority queue was given. We have to implement the priority queue using array of pointers with the priorities given in the range 1..n. The array could be accessed using the variable top. The list corresponding to the array elements contains the items having the priority as the array index. Adding an item would require changing the value of top if it has higher priority than top. Extracting an item would require deleting the first element from the corresponding queue. The following class was given: class PriorityQueue { int *Data[100]; int top; public: void put(int item, int priority); // inserts the item with the given priority. int get(int priority); // extract the element with the given priority. int count(); // returns the total elements in the priority queue. int isEmpty(); // check whether the priority queue is empty or not. }; We had to implement all these class functions.

4961


A suduco given & u hv 2 check if it is incomplete(blanks left),or correct or incorrect

2890


What is used of serialize and unserialize in php?

2972


For printing a message we use System.out.println in normal programs. We use String msg="text....."; Can't we use String msg=" " in normal programs and System.out.println("........") in applets. Please answer this question?

2647


Write a python program to check if a number is a prime number?

838