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



Programming Code Interview Questions
Questions Answers Views Company eMail

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

2697

write a program that will ask the user to enter a number n and display the product of all numbers from 1 to n.

1 7884

write a program that inputs two real numbers then exchanges their values.

Infosys,

7 15744

a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.. ""EXAMPLE"" enter how many numbers to be inputted: 5 12 14 11 09 30 what number to search: 11 11 IS FOUND IN LOCATION 3 PLZZZ.. ELP ME...

3 12220

write a program in c language to get the value of arroy keys pressed and display the message which arrow key is pressed?

1 4749

{ int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

4 18361

Write a single line c expression to delete a,b,c from aabbcc

Microsoft,

2 7015

Write a program to receive an integer and find its octal equivalent?

7 41427

Write a program to receive an integer and find it's octal equivalent. How can i do with using while loop.

2 14566

plz tell me the solution.......... in c language program guess any one number from 1 to 50 and tell that number within 8 asking question in yes or no...............

Wipro,

2 6334

how can i cast a char type array to an int type array

2 4767

hello sir,is there any function in C that can calculate number of digits in an int type variable,suppose:int a=123; 3 digits in a.what ll b answer?

6 8440

How to find No of classes,Packages,No of Methods per Classes and Depth of Inheritance for selecting source code in windows form application using c# .net? (Source code is input Program. It may be Java or .net) Please help me..) Thanks..)

2631

WAP to display 1,2,3,4,5........N

2 5753

we compile any program bu c:/>javac prog.java and run as c:/>java prog Here what's the meaning of c in javac. We have java Interpreter but not compiler.Then why we have to use javac. Please answer this question?

2 5944


Un-Answered Questions { Programming Code }

In java, why do we set thread priority, when we know that there is no guarantee by which a thread should be execute?

2649


Devise a program to implement the Fibonacci sequence.

860


what are the other loops except for for,while,do while and until?

2796


Do you think about CMM(Capability Maturity Model) process?

936


How to add a value from textBox over an existing certain column in SQL Server

2687


Write Down Steps Using SAX Parser

2574


Code for Document Validation in XML.NET?

2323


What is the functionality of SendMessage?

744


Is it possible to write JAVA program without including any of the packages,such as "import java.io.*"; bcoz I instantly wrote a code without "import..." statement and runned the program on command Line & it worked. the code is: class Person { String name; int age; Person(String s,int a) { name = s; age = a; } accept() { System.out.println(name+"Hi!!!!!"); System.out.println(age); } } class Demo { public static void main(Strings args[])throws IOException { String name = args[0]; int age = Integer.parseInt(args[1]); Person p = new Person(name,age); p.accept(); } }

2043


Explain MIDlet Life cycle?

2716


How to palindrom string in c language?

10827


how to insert fname,lname,designation values into database while click on the submit button using windows authentication mode?

2491


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

2245


How to get Dynamically Linked Comboboxes Set?

2402


write a c program which takes 20 numbers in an array as input from user and rearrange them in two different array defining even or odd

3074