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 create and run runnable jar file of a Java Project.

HCL, TCS, Tech Mahindra, US Consulate, Wipro,

4 33004

How we use ajax in asp.net through javaScript. Please givee me an example.

3054

i am trying to intigrate ejb and hibernate ,from session facade i am callind dao implemented through hibernate,i am getting a ClassDefNotFoundException for this org/hibernate/Session i ve set the class path at build path and in setEnv in weblogic still .........

2494

how to display after one month adding today's sysdatedate in jsp?

1 5552

how to display date after one month using from today date in jsp

TCS,

3 8236

write a program to count the number the same (letter/character foreg: 's') in a given sentence.

2 7719

How can a procedure fetch data from FTP? I need a general code for this..

Infosys,

1365

why java is platform independent?

Wipro,

13 28312

In LSMW , what does the following error mean and how to rectify it : Incorrect interface data for set 78 in method C . This error is occuring in idoc processing step of LSMW.

Wipro,

2657

How to convert string containing decimal point into integer in java? For example given a string like "3.14" as input how to get integer 3 as result.

7 33331

Write a C function to search a number in the given list of numbers. donot use printf and scanf

Honeywell, TCS,

5 16412

plz send me all data structure related programs

2 5872

what is the difference between int &r and int& r

3 10252

plz send me all data structure related programs

2 6019

inner join,outerjoin,trigger,stored procedure explain with code snippets?

IBM,

1 9050


Un-Answered Questions { Code Snippets }

What is the code of Password Recovery or Forget your password? Plz tell in c # language.

4047


code to sorting an array of objects

2548


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?

2714


code to get the coordinates of a Click Event

2280


U hv to enter a range from a and b and search hw many no. of times a pattern n. occurs between the range a and b. Eg :i/p:enter range :0 100 Enter pattern: 13 o/p: the no. times 13 occurred betwwn 0 to 100:1 Eg :i/p:enter range :100 1000 Enter pattern: 13 o/p: the no. times 13 occurred betwwn 100 to 1000: (in this 13,113,131,132,133…139,213,313,…913 all these will be counted)

2568


code to detect versions of different browsers like internet explorer, netscape, mozilla, opera etc

2235


What is data _null_? ,Explain with code when u need to use it in data step programming ?

3410


How can a procedure fetch data from FTP? I need a general code for this..

1365


What are XML Namespaces?

641


How to get the version(major,minor,revision ) of VB6.0 delphi code .I am able to fetch dll file of vb6.0 but not vba file .Can u send me the code snippet in delphi to get the value for vb6.0.

3879


How can you apply a DTD to an XML document?

659


write a c program to input initial & final time in the format hh:mm and find the time intervel between them? Ex inputs are initial 06:30 final 00:05 and 23:22 final 22.30

2771


Discuss an algorithm to traverse a tree, depth first.

1771


Beautiful is for 012345678 9 and a code for similar word containing the same alphabets

6382


Using C# Write a program that performs the following. The user inputs a number and then enters a series of numbers from 1 to that number. Your program should determine which number (or numbers) is missing or duplicated in the series, if any. For example, if the user entered 5 as the initial number and then entered the following sequences, the results should be as shown. Input Sequence Output ---------------------- --------------- 1 2 3 4 5 Nothing bad However, if 7 were the high number, the user would see the results on the right for the following number entries: Input Sequence Output ---------------------- --------------- 1 3 2 4 5 Missing 6 Missing 7 And if 10 were the high number and the user entered the numbers shown on the left, note the list of missing and duplicate numbers: Input Sequence Output ---------------------- --------------- 1 2 4 7 4 4 5 10 8 2 6 Duplicate 2 ( 2 times) Missing 3 Duplicate 4 ( 3 times ) Missing 9 The program should check the high number that the user inputs to ensure that it does not exceed the size of any array you might be using for storage.

4336