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 Languages AllOther Interview Questions
Questions Answers Views Company eMail

How can we alter the data after creating a view

1 3639

This is a puzzle question .... The warden meets with 23 new prisoners when they arrive. He tells them, "You may meet today and plan a strategy. But after today, you will be in isolated cells and will have no communication with one another. "In the prison is a switch room, which contains two light switches labeled A and B, each of which can be in either the 'on' or the 'off' position. I am not telling you their present positions. The switches are not connected to anything. "After today, from time to time whenever I feel so inclined, I will select one prisoner at random and escort him to the switch room. This prisoner will select one of the two switches and reverse its position. He must move one, but only one of the switches. He can't move both but he can't move none either. Then he'll be led back to his cell. "No one else will enter the switch room until I lead the next prisoner there, and he'll be instructed to do the same thing. I'm going to choose prisoners at random. I may choose the same guy three times in a row, or I may jump around and come back. "But, given enough time, everyone will eventually visit the switch room as many times as everyone else. At any time anyone of you may declare to me, 'We have all visited the switch room.' and be 100% sure. "If it is true, then you will all be set free. If it is false, and somebody has not yet visited the switch room, you will be fed to the alligators." What is the strategy they come up with so that they can be free?

6 15026

how many trailing zeroes are there in 100! (100 factorial)?

5 11296

two MIT math grads bump into each other at Fairway on the upper west side. they haven't seen each other in over 20 years. the first grad says to the second: "how have you been?" second: "great! i got married and i have three daughters now" first: "really? how old are they?" second: "well, the product of their ages is 72, and the sum of their ages is the same as the number on that building over there.." first: "right, ok.. oh wait.. hmm, i still don't know" second: "oh sorry, the oldest one just started to play the piano" first: "wonderful! my oldest is the same age!" problem: how old are the daughters?

2 6579

What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?

2 10354

What is the difference between an EXE and a DLL?

ABC, Hykin Solutions, Infoedge, Infosys, Polaris,

3 10075

Corillian's product is a "Component Container." Name at least 3 component

1 6970

What is a PID? How is it useful when troubleshooting a system?

3 16157

How many processes can listen on a single TCP/IP port?

3 20665

What is the GAC? What problem does it solve?

2 9783

Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming

1 11890

What does this useful command line do? tasklist /m "mscor*"

1 9723

What is the difference between in-proc and out-of-proc?

Oracle,

2 13054

When you?re running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?

BirlaSoft,

2 7382

What ports must be open for DCOM over a firewall? What is the purpose of Port 135?

1 7842


Post New Programming Languages AllOther Questions

Un-Answered Questions { Programming Languages AllOther }

what are all the validation we need to perform in data stage?

2367


Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile

2015


there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box. eg: 3 box contain stick as:1,1,1. if u take 1 stick from 3rd numbred box you will any how win the match.

2802


in network security,how we identified threat?some one say we found threat according to it's signature,but how we get signature or pattern of the virus?

2002


How to get the index of the clicked field in reports in ABAP?

1643


9.Difference between even and odd signals?explain with the diagram?

3342


What is the difference beween joblib and steplib statements

2227


Code for display the images from drive using vb 6.0?

5137


Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".

2349


Find out the roles which gives access to all tables in SAP? Thanks in advance.

1993


Write a pascal program to calculate the sum of the first 100 even number and odd number

4350


smal talk is pure object oriented or not?

1918


When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)

1136


I am looking for NIC Sample papers or any patern of questions/ syllabus plz, send me on hamid.khan135@yahoo.in Regard

1928


what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?

1930